diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-21 02:17:38 +0200 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-21 02:17:38 +0200 |
commit | c40cb686de2c5ea242af81ac749d9239ac6a2dab (patch) | |
tree | 63e2d97b3ba6327a7706fee507673b10f58eace3 /mediagoblin/themes | |
parent | f93ac9f28cf966f67af4a675a07fc79429e3095d (diff) | |
download | mediagoblin-c40cb686de2c5ea242af81ac749d9239ac6a2dab.tar.lz mediagoblin-c40cb686de2c5ea242af81ac749d9239ac6a2dab.tar.xz mediagoblin-c40cb686de2c5ea242af81ac749d9239ac6a2dab.zip |
Styling edits to Airy theme
Diffstat (limited to 'mediagoblin/themes')
-rw-r--r-- | mediagoblin/themes/airy/assets/css/airy.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index 09d447d2..6143b6e1 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -3,16 +3,12 @@ body { background-color: #F7F7F7; } -h1,h2 { - color: #787878; -} - -h3 { +h1,h2,h3 { color: #4a4a4a; } a { - color: #37BD85; + color: #37AB74; } .navigation_button { @@ -52,7 +48,7 @@ footer { .button_action_highlight, .button_form { color: #fff; - background-color: #37BD85; + background-color: #37AB74; border-color: #6CAA8E; border-width: 1px 1px 2px; } |