mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-20 03:06:09 +00:00
Made the (dark mode) color scheme easier on the eyes (#260)
Co-authored-by: UltraAgent7 <>
This commit is contained in:
parent
331406434f
commit
b8a848c4b6
@ -1,19 +1,27 @@
|
|||||||
body {
|
body {
|
||||||
background: #151515 ;
|
background: #151515 ;
|
||||||
color: white ;
|
color: #0eb46c ;
|
||||||
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 {
|
a:link {
|
||||||
color: lightblue ;
|
color: #a6a6a6 ;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover{
|
||||||
|
color: lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: gray ;
|
color: #b867b8 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -45,7 +53,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…
x
Reference in New Issue
Block a user