We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf6e62 commit 4965b87Copy full SHA for 4965b87
src/assets/main.scss
@@ -11,7 +11,7 @@
11
--white: rgb(255, 255, 255);
12
--content-bg: rgba(35, 35, 35, .8);
13
--sidebar-bg: rgba(66, 66, 66, .5);
14
- --app-border: rgb(134, 134, 134);
+ --app-border: rgb(90, 90, 90);
15
--item-bg: rgba(80, 80, 80, .3);
16
--item-hover-bg: rgba(80, 80, 80, .75);
17
--item-border-color: rgb(22, 22, 22, .3);
@@ -33,10 +33,10 @@ html {
33
overflow: hidden;
34
@include borderRadiusOverflowHidden(8px);
35
outline: none;
36
+ border: 1px solid var(--app-border);
37
}
38
39
body {
- @include borderRadiusOverflowHidden(8px);
40
width: 100%;
41
height: 100%;
42
0 commit comments