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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/dark-style.css4
-rw-r--r--assets/css/style.css4
2 files changed, 8 insertions, 0 deletions
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;