mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-22 12:16:30 +00:00
eye-burning light style only appears for schizos
who for some reason specifically request it
This commit is contained in:
parent
ff4b698911
commit
f1c56c8259
@ -1,4 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
|
background: #151515 ;
|
||||||
|
color: white ;
|
||||||
max-width: 800px ;
|
max-width: 800px ;
|
||||||
margin: auto ;
|
margin: auto ;
|
||||||
padding: 0 16px ;
|
padding: 0 16px ;
|
||||||
@ -6,10 +8,22 @@ body {
|
|||||||
font-family: sans-serif ;
|
font-family: sans-serif ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: lightblue ;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: gray ;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center ;
|
text-align: center ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: tomato ;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center ;
|
text-align: center ;
|
||||||
}
|
}
|
||||||
@ -33,19 +47,22 @@ img[alt="XMR Logo"] {
|
|||||||
display: inline ;
|
display: inline ;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: light) {
|
||||||
body {
|
body {
|
||||||
background: #151515 ;
|
background: white ;
|
||||||
color: white ;
|
color: black ;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: lightblue ;
|
color: blue ;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: gray ;
|
color: purple ;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
color: tomato ;
|
color: inherit ;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
color: forestgreen ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user