some vars for button
This commit is contained in:
parent
8de9d2c986
commit
e4e1e8685d
3 changed files with 11 additions and 8 deletions
|
@ -122,9 +122,10 @@ __highlight__ = "#efefef" ; @ini_highlight
|
|||
|
||||
; these are used for links
|
||||
__existing__ = "#286DA8" ; @ini_existing
|
||||
__existing-hover__ = "#286DA8"
|
||||
__missing__ = "#CD5360" ; @ini_missing
|
||||
__missing-hover__ = "#CD5360"
|
||||
|
||||
__button_color__ = "#286DA8"
|
||||
__button_background__ = "#FFF"
|
||||
|
||||
; widths
|
||||
__site_width__ = "64em" ; @ini_site_width
|
||||
|
@ -141,9 +142,9 @@ __box_shadow__ = "0 0 .5em rgb(153,153,153,.5)"
|
|||
__box_shadow_offset__ = ".1em .1em .1em rgb(153,153,153,.5)"
|
||||
__nav_menu_color__ = "#696969"
|
||||
__nav_menu_hover_color__ = "#286da8"
|
||||
__nav_menu_hover_bg__ = "#FFFFFF"
|
||||
__nav_menu_hover_bg__ = "#FFF"
|
||||
|
||||
__background_content__ = "#FFFFFF"
|
||||
__background_content__ = "#FFF"
|
||||
__background_site__ = "#ECECEC"
|
||||
|
||||
__default_border_radius__ = "5px"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue