website: redesign part 20

This commit is contained in:
nym21
2026-06-07 12:22:49 +02:00
parent 45e83c98b9
commit e0bcdb8105
9 changed files with 90 additions and 12 deletions
+10
View File
@@ -13,3 +13,13 @@ body {
color: var(--white);
}
}
::selection {
color: var(--black);
background-color: var(--orange);
}
* {
scrollbar-width: thin;
scrollbar-color: var(--gray) transparent;
}