aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/channel.css
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-04-08 07:10:03 +0800
committerAstound <kirito@disroot.org>2024-04-08 07:10:03 +0800
commitec5d236cad69fa5e24c07acbc0fd70dba5f2097f (patch)
treec03613667627043849d40f0b83bf29bdf5a9a386 /youtube/static/channel.css
parentd6b7a255d0541133ca914c7733a5638fb60b47db (diff)
downloadyt-local-ec5d236cad69fa5e24c07acbc0fd70dba5f2097f.tar.lz
yt-local-ec5d236cad69fa5e24c07acbc0fd70dba5f2097f.tar.xz
yt-local-ec5d236cad69fa5e24c07acbc0fd70dba5f2097f.zip
fix color dark theme
Diffstat (limited to 'youtube/static/channel.css')
-rw-r--r--youtube/static/channel.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/static/channel.css b/youtube/static/channel.css
index 030bc11..e842beb 100644
--- a/youtube/static/channel.css
+++ b/youtube/static/channel.css
@@ -256,7 +256,8 @@ hr {
padding-top: 6px;
text-align: center;
white-space: nowrap;
- border: none;
+ border: 1px solid;
+ border-color: var(--button-border);
border-radius: 0.2rem;
}