fixup! fixup! fixup! fixup! restyle

This commit is contained in:
2025-07-31 23:34:17 +03:00
parent a9f74daeac
commit f353aa9149
4 changed files with 22 additions and 1 deletions
+9
View File
@@ -23,6 +23,7 @@ body {
font-family: Pixeloid;
color: $text;
width: fit-content;
margin: 0 8px;
}
h1 {
@@ -46,6 +47,14 @@ a {
}
}
header {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
background-color: $surface0;
padding: 8px;
}
.mono {
font-family: PixeloidMono, monospace;
background-color: $mantle;