Revert "Made the (dark mode) color scheme easier on the eyes (#260)"

This reverts commit b8a848c4b6.
This commit is contained in:
Luke Smith 2021-03-23 08:35:25 -04:00
parent b8a848c4b6
commit ac51858e29
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 5 additions and 13 deletions

View File

@ -1,27 +1,19 @@
body { body {
background: #151515 ; background: #151515 ;
color: #0eb46c ; color: white ;
max-width: 800px ; max-width: 800px ;
margin: auto ; margin: auto ;
padding: 0 16px ; padding: 0 16px ;
margin-bottom: 500px ; margin-bottom: 500px ;
font-family: sans-serif ; font-family: sans-serif ;
background-color: #222222;
} }
a:link { a {
color: #a6a6a6 ; color: lightblue ;
}
a:hover{
color: lightgrey;
} }
a:visited { a:visited {
color: #b867b8 ; color: gray ;
} }
h1 { h1 {
@ -53,7 +45,7 @@ img[alt="XMR Logo"] {
max-width: 1em ; max-width: 1em ;
max-height: 1em ; max-height: 1em ;
display: inline ; display: inline ;
}
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
body { body {