aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-04-10 19:29:47 +0200
committertpart <tpart120@proton.me>2024-04-10 19:29:47 +0200
commitf0761ac6ea83fea8d6975c8301091932541cc9f9 (patch)
tree8bd1e2b5c8da44feb8df5413c4c331b25fb38b60
parent3e3064b7b8adc1354ba833a0903cc59d2ef6d83f (diff)
downloadjellything-f0761ac6ea83fea8d6975c8301091932541cc9f9.tar
jellything-f0761ac6ea83fea8d6975c8301091932541cc9f9.tar.bz2
jellything-f0761ac6ea83fea8d6975c8301091932541cc9f9.tar.zst
Fix subtitle stylevideo_channel_display
-rw-r--r--web/style/nodecard.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/nodecard.css b/web/style/nodecard.css
index 5a48f8f..05c305b 100644
--- a/web/style/nodecard.css
+++ b/web/style/nodecard.css
@@ -41,7 +41,7 @@
.card .subtitle {
margin-top: 0.25em;
}
-.card .subtitle a {
+.card .subtitle * {
color: var(--font-dark);
}
.card .title a, .card .subtitle a {