Moved from re-terminal to terminal theme
This commit is contained in:
BIN
static/favicon-terminal-original.png
Normal file
BIN
static/favicon-terminal-original.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 B |
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
BIN
static/og-image.png
Normal file
BIN
static/og-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
12
static/terminal.css
Normal file
12
static/terminal.css
Normal file
@@ -0,0 +1,12 @@
|
||||
:root {
|
||||
--background: #fcfffe;
|
||||
--foreground: #00180d;
|
||||
--accent: #009953;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background: #030b07;
|
||||
--foreground: #eceae5;
|
||||
--accent: #0ae380;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user