diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 741dcb0..72b172e 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -59,7 +59,7 @@ body { #wrapper3, #main { - background: #ebeae9 url(../images/bg_main.png) repeat-x 0 bottom; + background: #e1e1e1 url(../images/bg_main.png) repeat-x center bottom -1px; } #wrapper3 { padding-bottom: 30px; diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 226f329..16c1637 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -40,9 +40,12 @@ h3, .wiki h3 { font-size: 22px; } h4, .wiki h4 { font-size: 20px; } h5, .wiki h5 { font-size: 19px; } h6, .wiki h6 { font-size: 18px; } -h1, h2, h3 { +h1, h2 { color: #b40b51; } +h3 { + color: #c73e77; +} h4, .wiki h4 { color: #585b5a; border-bottom: 0;