From b4eca4ba03f2455389396dc6d7965055177d9a2c Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sat, 11 May 2024 23:41:21 +0200 Subject: Fixed: clickable link block (#6444) * => only * update frss.css * update themes --- p/themes/Dark/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Dark/dark.css') diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 95ae5193b..4097e826c 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -452,7 +452,7 @@ button.as-link[disabled] { background-color: var(--dark-background-color1); } -.flux .flux_header .item .title a { +.flux .flux_header .item .title { color: var(--dark-font-color8); } -- cgit v1.2.3