From f3236226651625a2d620f42c280badb0cb7d7e9c Mon Sep 17 00:00:00 2001 From: masterhc Date: Fri, 19 Apr 2024 17:18:58 +0100 Subject: [PATCH] Reader now opens new page, so it had to be redecorated --- public/css/home.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/home.css b/public/css/home.css index a2b301b..1f21eb2 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -459,6 +459,8 @@ button:hover .list > .chapterButton > a { text-align: center; + text-decoration: none; + color: var(--text); } .list > .chapterButton > a > h4 , .list > .chapterButton > a > h5