This commit is contained in:
2017-11-04 11:09:19 +01:00
parent 33d7ce593c
commit b12c4130ba
9 changed files with 175 additions and 133 deletions

View File

@ -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

View File

@ -10,5 +10,5 @@
font-size 0.9rem
:hover
color white !important
color theme-white !important
background-color link-hover-color