link-hover added

This commit is contained in:
Silke Pisulla 2017-01-03 11:42:09 +01:00
commit 522fc138e1
4 changed files with 29 additions and 18 deletions

View file

@ -121,8 +121,10 @@ __highlight__ = "#efefef" ; @ini_highlight
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; these are used for links
__existing__ = "#286da8" ; @ini_existing
__existing__ = "#286DA8" ; @ini_existing
__existing-hover__ = "#286DA8"
__missing__ = "#CD5360" ; @ini_missing
__missing-hover__ = "#CD5360"
; widths
__site_width__ = "64em" ; @ini_site_width
@ -146,3 +148,4 @@ __background_site__ = "#ECECEC"
__default_border_radius__ = "5px"
__background_page-header__ = "#F9F9F9"