mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 08:08:49 -06:00
Created the default.sass style
This commit is contained in:
18
web/src/common/styles/default.sass
Normal file
18
web/src/common/styles/default.sass
Normal file
@@ -0,0 +1,18 @@
|
||||
@import "colors"
|
||||
|
||||
body, html
|
||||
margin: 0
|
||||
background-color: $background
|
||||
color: $text
|
||||
font-family: "Inter", sans-serif
|
||||
font-weight: 700
|
||||
|
||||
::-webkit-scrollbar
|
||||
width: 13px
|
||||
|
||||
::-webkit-scrollbar-thumb
|
||||
filter: brightness(0.7)
|
||||
border-radius: 10px
|
||||
|
||||
::-webkit-scrollbar-thumb:hover
|
||||
filter: brightness(0.8)
|
||||
Reference in New Issue
Block a user