diff options
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; } |