Moved from re-terminal to terminal theme
This commit is contained in:
12
public/terminal.css
Normal file
12
public/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