link-hover added
This commit is contained in:
parent
9638f4f044
commit
522fc138e1
4 changed files with 29 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue