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/Pafat/pafat.rtl.css | |
| parent | fa731db2861fef5cd0911a1566bed4328a12ab78 (diff) | |
Fixed: clickable link block (#6444)
* <span><a> => only <a>
* update frss.css
* update themes
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index daa7ea233..8e8d5ca59 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -803,7 +803,7 @@ a.signin { background-color: var(--background-color-grey-hover); } -.flux .flux_header:hover .title a { +.flux .flux_header:hover .title { color: var(--font-color-hover); } |
