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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue