aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat/pafat.css
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-03-13 22:38:18 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-13 22:38:18 +0100
commitc0db581f2b8cf7bcf8aa43b5a51599a56544d864 (patch)
treef9b588f9a4b6696fc0066fa34aa39cb9cc3bd244 /p/themes/Pafat/pafat.css
parent354a5e83888cebe89843b754d0936f3633323cef (diff)
Fix #5058 origine compact theme (#6197)
* basic fix * theme's fix
Diffstat (limited to 'p/themes/Pafat/pafat.css')
-rw-r--r--p/themes/Pafat/pafat.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 61e675716..f76e64287 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -815,8 +815,8 @@ a.signin {
border-left: 2px solid var(--border-left-article-unread);
}
-.flux .item.title a,
-.flux.not_read:not(.current):hover .item.title {
+.flux .flux_header .item.title a,
+.flux.not_read:not(.current):hover .flux_header .item.title {
color: var(--font-color-link-title);
}