[S] Optimize styling

This commit is contained in:
Azalea 2024-02-10 01:30:19 -05:00
parent 4667e9652f
commit 2904c55f84

View File

@ -13,7 +13,7 @@ body
margin: 0
overflow-x: hidden
color-scheme: light dark
color-scheme: dark
color: rgba(255, 255, 255, 0.87)
background-color: $c-bg
@ -61,10 +61,13 @@ button
background-color: #1a1a1a
opacity: 0.9
cursor: pointer
transition: border-color 0.25s
transition: all 0.25s
button:hover
border-color: $c-main
border: 1px solid $c-main
button:focus, button:focus-visible
outline: 4px auto -webkit-focus-ring-color
color: $c-main
outline: none