diff options
author | Astound <kirito@disroot.org> | 2024-04-08 07:10:03 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-08 07:10:03 +0800 |
commit | ec5d236cad69fa5e24c07acbc0fd70dba5f2097f (patch) | |
tree | c03613667627043849d40f0b83bf29bdf5a9a386 /youtube/static/channel.css | |
parent | d6b7a255d0541133ca914c7733a5638fb60b47db (diff) | |
download | yt-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.css | 3 |
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; } |