From 9788cc76d18ba1ac1dbc84112edbde1ecca74d6b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 20 Mar 2022 21:56:29 +0000 Subject: [PATCH] Update 'memos/template.html' --- memos/template.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/memos/template.html b/memos/template.html index 65310ba..4c58830 100644 --- a/memos/template.html +++ b/memos/template.html @@ -9,11 +9,12 @@ font-family: Tahoma, Verdana, Arial, sans-serif; background-color: black; color: white; - a { + + } + a { color: #63c0f5; text-shadow: 0 0 5px rgba(104, 182, 255, 0.5); } - }