Skip to content

Commit 4965b87

Browse files
committed
Add border to app
1 parent faf6e62 commit 4965b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
--white: rgb(255, 255, 255);
1212
--content-bg: rgba(35, 35, 35, .8);
1313
--sidebar-bg: rgba(66, 66, 66, .5);
14-
--app-border: rgb(134, 134, 134);
14+
--app-border: rgb(90, 90, 90);
1515
--item-bg: rgba(80, 80, 80, .3);
1616
--item-hover-bg: rgba(80, 80, 80, .75);
1717
--item-border-color: rgb(22, 22, 22, .3);
@@ -33,10 +33,10 @@ html {
3333
overflow: hidden;
3434
@include borderRadiusOverflowHidden(8px);
3535
outline: none;
36+
border: 1px solid var(--app-border);
3637
}
3738

3839
body {
39-
@include borderRadiusOverflowHidden(8px);
4040
width: 100%;
4141
height: 100%;
4242
overflow: hidden;

0 commit comments

Comments
 (0)