Dark theme
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
@import url('./src/styles/colors.css');
|
||||
|
||||
body {
|
||||
font-family: 'Shippori Antique', sans-serif;
|
||||
height: 80vh;
|
||||
/* background-color: #222848; */
|
||||
background-color: #f8f9ff;
|
||||
/* color: #f1f1f1; */
|
||||
color: #3b3e66;
|
||||
}
|
||||
background-color: var(--body);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--body: #1c1c1c;
|
||||
--text: #ffffff;
|
||||
--status:#292929;
|
||||
--stack: #212121;
|
||||
--border: #3a3a3a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user