mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 02:32:37 -04:00
Adjust default styles
This commit is contained in:
@@ -16,11 +16,13 @@ html {
|
||||
position: absolute;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
color: var(--content-text-color);
|
||||
background: var(--content-bg);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
body {
|
||||
body,
|
||||
html {
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
2
src/renderer/themes/dark.scss
Normal file
2
src/renderer/themes/dark.scss
Normal file
@@ -0,0 +1,2 @@
|
||||
body[data-theme='dark'] {
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
--secondary-color: #c7648d;
|
||||
|
||||
--content-bg: #181819;
|
||||
--content-text-color: #c1c2bb;
|
||||
|
||||
--sidebar-bg: #000000;
|
||||
--sidebar-btn-color: #ffffff;
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
const base = {
|
||||
focusRing: 'auto',
|
||||
spacing: {
|
||||
xs: 2,
|
||||
sm: 5,
|
||||
},
|
||||
};
|
||||
|
||||
export default base;
|
||||
Reference in New Issue
Block a user