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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-10-22 21:24:31 +0300
committerGitHub <noreply@github.com>2019-10-22 21:24:31 +0300
commitfd80089ceba1e703b60a34fd4b0255181b2d1739 (patch)
treeeb3ea68e0c91d69232f31c2fa3848650afc566fc /static/css/dark.css
parent4f0c28af2e9c9bb6a3a779013dfcff632545262b (diff)
parente52c69a3c1339f027833ee42f6022eab2582199e (diff)
Merge pull request #25 from vividvilla/fix-readability
Fix readability
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css23
1 files changed, 17 insertions, 6 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index cc1fe66..6841161 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -1,5 +1,5 @@
body {
- color: #fff;
+ color: #ddd;
background-color: #000;
}
@@ -18,15 +18,21 @@ hr {
}
blockquote {
- border-color: #fff;
+ border-color: #ddd;
}
h1,h2,h3,h4,h5,h6 {
- color: #fff;
+ color: #ddd;
}
a,a:hover {
- color: #fff;
+ color: #ff7979;
+ text-decoration: none;
+}
+
+.site-description a,
+.site-description a:hover {
+ color: #ddd;
text-decoration: underline;
}
@@ -35,8 +41,13 @@ a:hover {
}
.post-tags .tags a {
- border: 1px solid #fff;
- color: #fff;
+ border: 1px solid #ddd;
+ color: #ddd;
+}
+
+.site-title a {
+ color: #ddd;
+ text-decoration: none !important;
}
.header nav,