HERE WE G- *camera breaks against face*

git-svn-id: file:///srv/svn/repo/marisa/trunk@70 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
shinyoukai
2025-12-07 01:10:41 +00:00
parent 65ffd37fbe
commit 6cd6e9d610
11 changed files with 98 additions and 65 deletions

View File

@@ -1,15 +1,47 @@
html {
font-family: monospace;
}
body {
background-color: #282c37;
color: #f8f8f2;
font-family: sans-serif;
text-align: center;
background-color: white;
color: black;
}
a {
color: #272822;
color: red;
}
a:hover, a:link {
color: #e6db74;
a:hover, a:visited {
color: orange:;
}
pre {
border: 2px solid red;
padding-top: 7px;
}
.header {
text-align: center;
border-bottom: 2px solid red;
}
.footer {
border-top: 2px solid red;
text-align: center;
}
@media(prefer-color-scheme: dark) {
body {
background-color: black;
color: white;
}
a {
color: white;
}
a:hover, a:visited {
color: silver;
}
pre {
border: 2px solid silver;
}
.header {
border-bottom: 2px solid silver;
}
.footer {
border-top: 2px solid silver;
}
}
a:visited {
color: #66d9ef;
}