summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-23 08:35:25 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-03-23 08:35:25 -0400
commitac51858e29dd5d8b1d3410847a10532535a1f540 (patch)
treee97ab79fe690092670f5c75df33fceb4f644db46
parentb8a848c4b607ddb136db7d7f6732e7aa25615cbc (diff)
Revert "Made the (dark mode) color scheme easier on the eyes (#260)"
This reverts commit b8a848c4b607ddb136db7d7f6732e7aa25615cbc.
-rw-r--r--data/style.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/data/style.css b/data/style.css
index 2f1cc9a..ca4e70b 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1,27 +1,19 @@
body {
background: #151515 ;
- color: #0eb46c ;
+ color: white ;
max-width: 800px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
font-family: sans-serif ;
-
- background-color: #222222;
-
-
-}
-
-a:link {
- color: #a6a6a6 ;
}
-a:hover{
- color: lightgrey;
+a {
+ color: lightblue ;
}
a:visited {
- color: #b867b8 ;
+ color: gray ;
}
h1 {
@@ -53,7 +45,7 @@ img[alt="XMR Logo"] {
max-width: 1em ;
max-height: 1em ;
display: inline ;
-
+}
@media (prefers-color-scheme: light) {
body {