aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat/pafat.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-09 10:08:49 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-09 10:08:49 +0100
commit7d12ecff0145c66113f81ce1b704316da0a403a5 (patch)
treeda7d4d6a8c6bbba80105a4e9d677d23b21d94836 /p/themes/Pafat/pafat.css
parent5feefe416ff805090ad211eb670cc08c0db27dc1 (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.css7
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,