Moved from re-terminal to terminal theme

This commit is contained in:
2025-04-08 22:02:09 +02:00
parent be98c1d9dd
commit 04254c81a4
84 changed files with 266 additions and 392 deletions

12
static/terminal.css Normal file
View File

@@ -0,0 +1,12 @@
:root {
--background: #fcfffe;
--foreground: #00180d;
--accent: #009953;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #030b07;
--foreground: #eceae5;
--accent: #0ae380;
}
}