summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltraAgent7 <57314648+UltraAgent7@users.noreply.github.com>2021-03-23 17:55:06 +0530
committerGitHub <noreply@github.com>2021-03-23 08:25:06 -0400
commitb8a848c4b607ddb136db7d7f6732e7aa25615cbc (patch)
tree72a32def14fe3ae10f93a2dfb04beed34cb7d481
parent331406434f510771da739e50901bfb2fcfc3d6e2 (diff)
Made the (dark mode) color scheme easier on the eyes (#260)
Co-authored-by: UltraAgent7 <>
-rw-r--r--data/style.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/data/style.css b/data/style.css
index ca4e70b..2f1cc9a 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1,19 +1,27 @@
body {
background: #151515 ;
- color: white ;
+ color: #0eb46c ;
max-width: 800px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
font-family: sans-serif ;
+
+ background-color: #222222;
+
+
+}
+
+a:link {
+ color: #a6a6a6 ;
}
-a {
- color: lightblue ;
+a:hover{
+ color: lightgrey;
}
a:visited {
- color: gray ;
+ color: #b867b8 ;
}
h1 {
@@ -45,7 +53,7 @@ img[alt="XMR Logo"] {
max-width: 1em ;
max-height: 1em ;
display: inline ;
-}
+
@media (prefers-color-scheme: light) {
body {