From ca978dd546e61f14e4c700db5e4a0f476eaaba11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Karl=C3=A9n?= <113891532+adriankarlen@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:09:17 +0200 Subject: [PATCH] fix(hackernews): login page text color (#192) --- styles/hacker-news/catppuccin.user.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/hacker-news/catppuccin.user.css b/styles/hacker-news/catppuccin.user.css index 94f1745..91ce5c7 100644 --- a/styles/hacker-news/catppuccin.user.css +++ b/styles/hacker-news/catppuccin.user.css @@ -166,6 +166,7 @@ /* Main body padding background */ body { background-color: @base; + color: @text; } /* Background of the FAQ and main page */