diff options
author | Astound <kirito@disroot.org> | 2024-04-07 11:44:19 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-07 11:44:19 +0800 |
commit | 48e8f271e7fd0b06b24337a1cb31579ce26c2288 (patch) | |
tree | cd86168bcf1a30d0af0946a220862e3bc1359ebb /youtube/static/settings.css | |
parent | 9a0ad6070b3853a11685bd7df3c9647191f0a528 (diff) | |
download | yt-local-48e8f271e7fd0b06b24337a1cb31579ce26c2288.tar.lz yt-local-48e8f271e7fd0b06b24337a1cb31579ce26c2288.tar.xz yt-local-48e8f271e7fd0b06b24337a1cb31579ce26c2288.zip |
update styles to modern
Diffstat (limited to 'youtube/static/settings.css')
-rw-r--r-- | youtube/static/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/settings.css b/youtube/static/settings.css index 4834e3d..33dd923 100644 --- a/youtube/static/settings.css +++ b/youtube/static/settings.css @@ -155,7 +155,7 @@ label[for=options-toggle-cbox] { } .settings-form > h2 { - border-bottom: 2px solid var(--border-bg); + border-bottom: 2px solid var(--border-bg-settings); padding-bottom: 0.5rem; } |