From 6f1cad19ac85c2fd4dc703adccf548b4cf0ad6d3 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 19 Jan 2025 13:05:41 +0300 Subject: [PATCH] fix up some text colors for the dark theme Signed-off-by: ngn --- style/lyrics.css | 3 ++- style/search.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/style/lyrics.css b/style/lyrics.css index 34fee3e..e40a029 100644 --- a/style/lyrics.css +++ b/style/lyrics.css @@ -79,6 +79,7 @@ } #credits summary { + font-weight: 900; font-size: 1.4rem; cursor: pointer; color: #ccc; @@ -87,7 +88,7 @@ #credits p { font-size: 1.3rem; padding: 0.5rem; - color: #171717; + color: #eee; } .hidden { diff --git a/style/search.css b/style/search.css index 65ce640..60b1716 100644 --- a/style/search.css +++ b/style/search.css @@ -42,7 +42,7 @@ #search-item h3 { font-size: 1.8rem; - color: #333; + color: #ddd; } #search-item span {