This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.

17 lines
286 B
Sass

@import "colors"
body, html
background-color: $background
font-family: 'Inter', sans-serif
height: 100%
margin: 0
::-webkit-scrollbar
width: 5px
::-webkit-scrollbar-thumb
background: $dark-gray
border-radius: 10px
::-webkit-scrollbar-thumb:hover
background: $primary