diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-11 21:14:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-11 21:14:07 -0500 |
commit | 8cc721b4ec239b3caaf3351157a05e74aa1ad707 (patch) | |
tree | 66d9fa9af3029748029af6991eb682a8afe074a1 /youtube/static/license.css | |
parent | 58eea1e0f2ac7ccd38edbad52eab3946d6f59aab (diff) | |
download | yt-local-8cc721b4ec239b3caaf3351157a05e74aa1ad707.tar.lz yt-local-8cc721b4ec239b3caaf3351157a05e74aa1ad707.tar.xz yt-local-8cc721b4ec239b3caaf3351157a05e74aa1ad707.zip |
General theme: improve colors
Diffstat (limited to 'youtube/static/license.css')
-rw-r--r-- | youtube/static/license.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/youtube/static/license.css b/youtube/static/license.css index 4cb31a4..69bb3ae 100644 --- a/youtube/static/license.css +++ b/youtube/static/license.css @@ -188,15 +188,19 @@ label[for=options-toggle-cbox] { text-align: center; } -.table th{ +.table th { background-color: var(--secondary-background); color: var(--text); } -.table tbody tr:nth-child(even){ +.table tbody tr:nth-child(even) { background-color: var(--secondary-focus); } +.table tbody tr:nth-child(2n+1) { + background-color: var(--primary-background); +} + .table thead tr th:nth-last-child(1) { padding: 0; } |