Revert "Made the (dark mode) color scheme easier on the eyes (#260)"
This reverts commit b8a848c4b6
.
This commit is contained in:
parent
b8a848c4b6
commit
ac51858e29
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue