From 524ce47eb6a868a8d23e2a6edbe33939cbd0cd1d Mon Sep 17 00:00:00 2001 From: Violet Date: Thu, 8 Feb 2024 22:05:09 +0000 Subject: [PATCH] dimmer --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 97d1576..0dc230f 100644 --- a/static/style.css +++ b/static/style.css @@ -37,7 +37,7 @@ body>h1 { font-size: 0.35rem; width: 40px; height: 40px; - background: radial-gradient(white, rgb(255, 255, 255, 0.5) 10%, transparent 50%); + background: radial-gradient(white, rgb(255, 255, 255, 0.25) 10%, transparent 50%); } @keyframes mainText {