From 761d9a66a0b6e5d772776a112ba86c16558494c5 Mon Sep 17 00:00:00 2001 From: vvveiii Date: Fri, 17 Apr 2020 10:26:41 +0800 Subject: Update table row background color --- assets/css/dark-style.css | 4 ++++ assets/css/style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css index 7b16189..bce6f55 100644 --- a/assets/css/dark-style.css +++ b/assets/css/dark-style.css @@ -3,6 +3,10 @@ body { background-color: #222831; } +table tr:nth-child(even){ + background: #323841; +} + mark, ::selection { background-color: #515b70; diff --git a/assets/css/style.css b/assets/css/style.css index 85eecf6..b848eb5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -142,6 +142,10 @@ th { padding: 0; } +table tr:nth-child(even){ + background: #f3f6fa; +} + a { color: #406599; text-decoration: none; -- cgit v1.2.3