Redesign
This commit is contained in:
@ -7,14 +7,14 @@ saturation = 100%
|
||||
// Derived colors
|
||||
text-color = hsl(0, 0%, 90%)
|
||||
bg-color = hsl(0, 0%, 24%)
|
||||
link-color = hsl(hue, saturation, 56%)
|
||||
link-hover-color = hsl(hue, saturation, 66%)
|
||||
link-color = hsl(hue, saturation, 66%)
|
||||
link-hover-color = hsl(hue, saturation, 76%)
|
||||
ui-background = hsla(0, 0%, 8%, 0.5)
|
||||
|
||||
theme-white = bg-color
|
||||
theme-black = text-color
|
||||
|
||||
link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 56%, 0.5)
|
||||
link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 66%, 0.5)
|
||||
|
||||
main-color = link-color
|
||||
link-active-color = link-hover-color
|
||||
|
@ -10,5 +10,5 @@
|
||||
font-size 0.9rem
|
||||
|
||||
:hover
|
||||
color white !important
|
||||
color theme-white !important
|
||||
background-color link-hover-color
|
Reference in New Issue
Block a user