diff options
| author | 2024-05-11 23:41:21 +0200 | |
|---|---|---|
| committer | 2024-05-11 23:41:21 +0200 | |
| commit | b4eca4ba03f2455389396dc6d7965055177d9a2c (patch) | |
| tree | 7997471a76e921bc2fe61bc961a3774a35784864 /p/themes/Dark/dark.css | |
| parent | fa731db2861fef5cd0911a1566bed4328a12ab78 (diff) | |
Fixed: clickable link block (#6444)
* <span><a> => only <a>
* update frss.css
* update themes
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
