commit: update global.css

This commit is contained in:
2026-03-24 18:51:23 +03:00
parent 43b9e852a7
commit 919bd69ad0
2 changed files with 12 additions and 4 deletions

View File

@@ -16,11 +16,13 @@
:root {
--background: #505050;
--foreground: #ededed;
}
--link:#8b56cc;
}
}
body {
background: var(--background);
color: var(--foreground);
link: var(--link);
font-family: Arial, Helvetica, sans-serif;
}