Initial Commit

This commit is contained in:
2026-02-27 11:39:29 +02:00
parent defa9dcd6f
commit 200058ba03
26 changed files with 1445 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
:root {
--y2k-font: "MS Sans Serif", "Tahoma", sans-serif;
--y2k-surface: #c0c0c0;
--y2k-border-light: #ffffff;
--y2k-border-dark: #808080;
--y2k-title-start: #000080;
--y2k-title-end: #1084d0;
--y2k-title-text: #ffffff;
--y2k-button-bg: #c0c0c0;
--y2k-button-border-dark: #808080;
}