diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-12 13:43:29 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-12 13:43:29 +0200 |
commit | 5f190e66010fe8044b8929e7d8564cd8f0649ab3 (patch) | |
tree | ea924d1269928a65a5ee16fa1412d2f563259543 /web | |
parent | ef11cf94b189ba4595a027491135e53a17878f5b (diff) | |
parent | f0761ac6ea83fea8d6975c8301091932541cc9f9 (diff) | |
download | jellything-5f190e66010fe8044b8929e7d8564cd8f0649ab3.tar jellything-5f190e66010fe8044b8929e7d8564cd8f0649ab3.tar.bz2 jellything-5f190e66010fe8044b8929e7d8564cd8f0649ab3.tar.zst |
Merge remote-tracking branch 'origin/video_channel_display'
Diffstat (limited to 'web')
-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 { |