add window mode

This commit is contained in:
2025-09-01 14:17:49 +07:00
parent c3727993d9
commit 72dc69a6fa
5 changed files with 69 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
:root {
--background: #0F0A1F;
--primary: #FFA826;
--primary: #F48120;
}
@keyframes silly-bounce {
@@ -24,4 +24,8 @@ h2 {
ul {
@apply list-disc ms-8 space-y-4
}
.border-outset {
border-style: outset;
}