From c7ca05401f94856fbd9715554ed87c28f2a671b9 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 19 Jun 2024 03:07:15 +0400 Subject: [PATCH] Forgot to set a text color of logo. --- web/assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/assets/css/main.css b/web/assets/css/main.css index 22d96c7..cf5cb08 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -84,6 +84,8 @@ header { flex-wrap: wrap; justify-content: space-between; } +header svg text { fill: var(--text-color); } + header svg text:first-child { font-size: 3.55rem; font-variant-caps: small-caps;