This commit is contained in:
Stephen Cochrane 2020-10-19 16:34:50 +02:00
parent a99d9a43e6
commit 1ecc251b27
1 changed files with 6 additions and 12 deletions

View File

@ -6,8 +6,12 @@
body{
overflow-y:scroll;
font:16px monospace,monospace;
background-color: black;
color: white;
background-color: #000;
color: #fff;
}
a{
color:#DC143C
}
img, .c{
@ -24,16 +28,6 @@
}
}
@media(prefers-color-scheme:dark){
body{
background:#000;color:#fff
}
a{
color:#DC143C
}
}
.header {
padding: 60px;
text-align: center;