This commit is contained in:
Damian 2026-02-01 18:45:50 +01:00
commit 81b7baeac7
61 changed files with 281 additions and 0 deletions

29
index.css Normal file
View file

@ -0,0 +1,29 @@
html {
color: rgb(51, 51, 46);
font-family: "monospace";
font-size: 1rem;
}
pre {
font-size: 0.7rem;
}
#links {
line-height: 1.5;
}
#links a {
color: #2525d8;
}
@media (max-width: 600px) {
html {
font-size: 1rem;
}
pre {
font-size: 2.6vw
}
#links {
line-height: 1.6;
}
}