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 17:19:22 +0300
committerVivek R <vividvilla@gmail.com>2019-10-22 17:22:32 +0300
commite52c69a3c1339f027833ee42f6022eab2582199e (patch)
treeeb3ea68e0c91d69232f31c2fa3848650afc566fc
parentf6d21899a2b8754d6c140a339e819f0a42778670 (diff)
fix: anchor text color for dark theme
-rw-r--r--images/screenshot-dark.pngbin100412 -> 49810 bytes
-rw-r--r--images/screenshot-light.pngbin108546 -> 55326 bytes
-rw-r--r--static/css/dark.css6
3 files changed, 6 insertions, 0 deletions
diff --git a/images/screenshot-dark.png b/images/screenshot-dark.png
index b02a39d..cb61246 100644
--- a/images/screenshot-dark.png
+++ b/images/screenshot-dark.png
Binary files differ
diff --git a/images/screenshot-light.png b/images/screenshot-light.png
index e77ae6a..2b161d5 100644
--- a/images/screenshot-light.png
+++ b/images/screenshot-light.png
Binary files differ
diff --git a/static/css/dark.css b/static/css/dark.css
index b8d59fa..6841161 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -26,6 +26,12 @@ h1,h2,h3,h4,h5,h6 {
}
a,a:hover {
+ color: #ff7979;
+ text-decoration: none;
+}
+
+.site-description a,
+.site-description a:hover {
color: #ddd;
text-decoration: underline;
}