diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-26 12:27:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-26 12:27:24 -0500 |
commit | bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c (patch) | |
tree | c6f62d8928756d1a7d8e6c56d7fc4a1b4307302e /youtube/static/settings.css | |
parent | 0820909b7e159e051c6b895cfda8a60475e4d708 (diff) | |
download | yt-local-bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c.tar.lz yt-local-bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c.tar.xz yt-local-bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c.zip |
[FrontEnd]: improved settings design
Diffstat (limited to 'youtube/static/settings.css')
-rw-r--r-- | youtube/static/settings.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube/static/settings.css b/youtube/static/settings.css index de86f15..a603a53 100644 --- a/youtube/static/settings.css +++ b/youtube/static/settings.css @@ -153,6 +153,11 @@ label[for=options-toggle-cbox] { padding: 1rem; } +.settings-form > h2 { + border-bottom: 2px solid var(--border-bg); + padding-bottom: 0.5rem; +} + .settings-list { display: grid; grid-row-gap: 1rem; @@ -163,7 +168,6 @@ label[for=options-toggle-cbox] { .setting-item { display: grid; grid-template-columns: auto auto; - background-color: var(--secondary-focus); align-items: center; padding: 5px; } |