split up css style files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
:root {
|
||||
--bg: #5E4C93;
|
||||
--bg2: #1b162a;
|
||||
--text: #FFFFFF;
|
||||
--surface: #3e3261;
|
||||
--muted: #C5C1D1;
|
||||
--border: #20192a;
|
||||
--serif: Georgia, serif;
|
||||
--sans: system-ui, sans-serif;
|
||||
--nav-w: 240px;
|
||||
--nav-mobile-w: min(60vw, 400px);
|
||||
--font-size: 1rem;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--bg: #130e21;
|
||||
--bg2: #090710;
|
||||
--text: #FFFFFF;
|
||||
--surface: #3e3261;
|
||||
--muted: #C5C1D1;
|
||||
--border: #726684;
|
||||
}
|
||||
Reference in New Issue
Block a user