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

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
static/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

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;
}
}