aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/license.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-11 21:14:07 -0500
committerJesús <heckyel@hyperbola.info>2021-01-11 21:14:07 -0500
commit8cc721b4ec239b3caaf3351157a05e74aa1ad707 (patch)
tree66d9fa9af3029748029af6991eb682a8afe074a1 /youtube/static/license.css
parent58eea1e0f2ac7ccd38edbad52eab3946d6f59aab (diff)
downloadyt-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.css8
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;
}