diff options
author | tpart <tpart120@proton.me> | 2024-04-10 19:29:47 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-10 19:29:47 +0200 |
commit | f0761ac6ea83fea8d6975c8301091932541cc9f9 (patch) | |
tree | 8bd1e2b5c8da44feb8df5413c4c331b25fb38b60 | |
parent | 3e3064b7b8adc1354ba833a0903cc59d2ef6d83f (diff) | |
download | jellything-f0761ac6ea83fea8d6975c8301091932541cc9f9.tar jellything-f0761ac6ea83fea8d6975c8301091932541cc9f9.tar.bz2 jellything-f0761ac6ea83fea8d6975c8301091932541cc9f9.tar.zst |
Fix subtitle stylevideo_channel_display
-rw-r--r-- | web/style/nodecard.css | 2 |
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 { |