Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index a48f9a9..6312c4b 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -32,6 +32,10 @@ a,a:hover {
text-decoration: none;
}
+table tbody tr:nth-of-type(even) {
+ background-color: rgba(255, 255, 255, 0.15);
+}
+
.site-description a,
.site-description a:hover {
color: #ddd;