mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Switch to Manrope font
Fix inconsistent buttons
Removed default header background
Added info button with version and ❤️
Random fixes
This commit is contained in:
parent
ad8da1ae4e
commit
4e7301b9de
15 changed files with 169 additions and 64 deletions
|
@ -26,7 +26,7 @@
|
|||
font-weight: 600
|
||||
text-align: center
|
||||
|
||||
background-color: transparent
|
||||
background-color: rgba($white, 0.1)
|
||||
color: $white
|
||||
border: none
|
||||
border-radius: $rad-inner
|
||||
|
@ -36,10 +36,10 @@
|
|||
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out
|
||||
|
||||
&:hover
|
||||
background-color: $black
|
||||
background-color: rgba($white, 0.3)
|
||||
|
||||
&:focus-visible
|
||||
outline: 2px solid rgba($black, 0.5)
|
||||
outline: 2px solid rgba($white, 0.5)
|
||||
|
||||
&.primary
|
||||
@include btn-block($primary)
|
||||
|
@ -152,6 +152,10 @@
|
|||
opacity: 0
|
||||
cursor: pointer
|
||||
|
||||
&:hover
|
||||
background-color: rgba($white, 0.2)
|
||||
color: $white
|
||||
|
||||
&.active
|
||||
background-color: rgba($primary, 0.2)
|
||||
color: $primary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue