internal corporate restructuring

This commit is contained in:
nin0 2025-03-15 22:03:19 -04:00
parent 22251c3b2b
commit 6015db1f4f
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
37 changed files with 1207 additions and 348 deletions

View file

@ -1,11 +1,26 @@
:root {
--background: url("/background.png");
--text: #cdd6f4;
}
* {
font-family: Inter, sans-serif;
}
body {
background-color: #56a0d1;
background: var(--background);
font-size: 0.95rem;
color: var(--text);
padding: 30px;
font-family: sans-serif !important;
overflow: hidden;
}
a {
color: #89b4fa;
}
@media (pointer: coarse) {
body {
overflow: scroll;
}
}
.emoji {
font-family: "Inter", "Noto Emoji Variable";
}