From ec5d236cad69fa5e24c07acbc0fd70dba5f2097f Mon Sep 17 00:00:00 2001 From: Astound Date: Mon, 8 Apr 2024 07:10:03 +0800 Subject: fix color dark theme --- youtube/static/channel.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'youtube/static/channel.css') 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; } -- cgit v1.2.3