diff options
| author | 2023-01-09 10:08:49 +0100 | |
|---|---|---|
| committer | 2023-01-09 10:08:49 +0100 | |
| commit | 7d12ecff0145c66113f81ce1b704316da0a403a5 (patch) | |
| tree | da7d4d6a8c6bbba80105a4e9d677d23b21d94836 /p/themes/Pafat/pafat.css | |
| parent | 5feefe416ff805090ad211eb670cc08c0db27dc1 (diff) | |
fix: CSS "content:" (#4985)
* fix
* frss.css
* improve bubble for unread articles in global view
Diffstat (limited to 'p/themes/Pafat/pafat.css')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 8b3124e72..5a7fb876f 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -476,7 +476,6 @@ a.btn { .box .box-content .item { font-size: 0.9rem; - line-height: 2.5; } /*=== Tree */ @@ -540,7 +539,6 @@ a.btn { background-color: var(--background-color-white); width: 0.5rem; height: 0.5rem; - content: ""; position: absolute; top: 1rem; left: -0.25rem; @@ -1022,6 +1020,11 @@ a.signin { border: none; } +#stream.global .feed .item-title:not([data-unread="0"])::after { + background-color: var(--background-color-category); + color: var(--font-color-white); +} + /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, |
