From 82165bf3a28ccb84e9792308def0d4841c9704b1 Mon Sep 17 00:00:00 2001 From: alice Date: Tue, 14 Sep 2021 20:19:25 +0200 Subject: [PATCH] add h2 text shadow --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 2e8f3cd..70fabec 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -673,8 +673,10 @@ ul.errorlist { margin: 2.75em 0.5em; color: #000; letter-spacing: 0.045em; + text-shadow: 0px 0px 4px #4D2F0050; } + .homepage .title { color: #1c619a } @@ -1231,6 +1233,10 @@ div.ticket-message-private { color: #eee; } + .homepage h2 { + text-shadow: 0px 0px 5px #ffd99f50; + } + .content-box { background: #272727; border-color: #777;