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/Dark/dark.rtl.css | |
| parent | 5feefe416ff805090ad211eb670cc08c0db27dc1 (diff) | |
fix: CSS "content:" (#4985)
* fix
* frss.css
* improve bubble for unread articles in global view
Diffstat (limited to 'p/themes/Dark/dark.rtl.css')
| -rw-r--r-- | p/themes/Dark/dark.rtl.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 6871c2b57..faea0df5e 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -911,6 +911,11 @@ a.btn { text-shadow: none; } +#stream.global .feed .item-title:not([data-unread="0"])::after { + background-color: #171717; + margin-top: 1rem; +} + /*=== Panel */ #panel { background: #1c1c1c; |
