summaryrefslogtreecommitdiff
path: root/src/components/Root.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Root.module.scss')
-rw-r--r--src/components/Root.module.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss
index e4a0e87..5ecd02e 100644
--- a/src/components/Root.module.scss
+++ b/src/components/Root.module.scss
@@ -1,8 +1,8 @@
.app {
display: flex;
- color: #ddd;
- background: #202020;
+ background: var(--color-background);
+ color: var(--color-text);
min-height: 300px;
height: 100vh;
}
@@ -10,6 +10,7 @@
.content {
flex-grow: 1;
overflow: scroll;
+ // background: #202020;
// $w: 7px;
// &::-webkit-scrollbar {