mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 08:08:49 -06:00
Improve header styling
This commit is contained in:
@@ -50,14 +50,20 @@ header
|
||||
width: 32px
|
||||
height: 32px
|
||||
border-radius: 6px
|
||||
transition: transform 0.2s ease
|
||||
|
||||
.header-about
|
||||
cursor: help
|
||||
cursor: pointer
|
||||
user-select: none
|
||||
transition: color 0.2s ease
|
||||
transition: background-color 0.2s ease, border-color 0.2s ease
|
||||
border: 1px solid transparent
|
||||
|
||||
&:hover
|
||||
color: $accent-primary
|
||||
background-color: $dark-gray
|
||||
border-color: $light-gray
|
||||
|
||||
.header-logo
|
||||
transform: rotate(-5deg) scale(1.1)
|
||||
|
||||
.header-icon
|
||||
cursor: pointer
|
||||
|
||||
Reference in New Issue
Block a user