-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Blueprint Documentation: Colors Module
chriseppstein edited this page Sep 13, 2010
·
4 revisions
See the Blueprint Colors Module.
To import the Blueprint Colors Module to any Sass File:
@import blueprint/modules/colors.sassAll of the Blueprint Color constants can be overridden. For details on overriding constants see Overriding Constants.
| Name | Default Value | Description |
|---|---|---|
!font_color |
#333 |
The default font color. |
!quiet_color |
!font_color + #333 |
The color of “quiet” text. |
!loud_color |
!font_color - #222 |
The color of “loud” text. |
!header_color |
!font_color - #111 |
|
!link_color |
#009 |
|
!link_hover_color |
#000 |
|
!link_focus_color |
!link_hover_color |
|
!link_active_color |
!link_color + #C00 |
|
!link_visited_color |
!link_color - #333 |
|
!feedback_border_color |
#DDD |
|
!success_color |
#264409 |
|
!success_bg_color |
#E6EFC2 |
|
!success_border_color |
#C6D880 |
|
!notice_color |
#514721 |
|
!notice_bg_color |
#FFF6BF |
|
!notice_border_color |
#FFD324 |
|
!error_color |
#8A1F11 |
|
!error_bg_color |
#FBE3E4 |
|
!error_border_color |
#FBC2C4 |
|
!highlight_color |
#FF0 |
|
!added_color |
#FFF |
|
!added_bg_color |
#060 |
|
!removed_color |
#FFF |
|
!removed_bg_color |
#900 |