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:
authorvvveiii <cntrump@gmail.com>2020-01-07 12:40:39 +0300
committervvveiii <cntrump@gmail.com>2020-01-07 12:40:39 +0300
commit1a07ee83d773cabf4b9ed97a9ac57e30b8b6a06b (patch)
tree62657043a3c8844531b3e667a531057ef001dfee /assets/css/dark-style.css
parent2f816a49eece097c85ddfe793a4b0d55c8b7a8d0 (diff)
update color
Diffstat (limited to 'assets/css/dark-style.css')
-rw-r--r--assets/css/dark-style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index e7564f1..0d3a84a 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -1,6 +1,6 @@
body {
- color: #ebebf5;
- background-color: #333;
+ color: #eee;
+ background-color: #222;
}
mark {
@@ -9,7 +9,7 @@ mark {
.note,
.site.name {
- color: #ebebf5;
+ color: #eee;
}
.site.slogan .title,
@@ -59,7 +59,7 @@ a {
.nav.item:hover,
.article.tag:hover,
.article.category:hover {
- background-color: #222;
+ background-color: #333;
text-decoration: none;
}