menu: desktop version

This commit is contained in:
He4eT 2025-02-19 00:28:08 +01:00
commit 1196b31663
6 changed files with 239 additions and 18 deletions

View file

@ -1,7 +1,20 @@
html, body {
font-family: Play, sans-sefif;
min-height: 100%;
}
body {
overflow-y: scroll;
}
*::selection {
background-color: var(--color-fg);
color: var(--color-bg);
}
h1 {
font-family: Xecut, sans-sefif;
font-weight: normal;
font-size: 72px;
margin-block-start: 0;
}