diff --git a/app/assets/stylesheets/layout/_sidebar.scss b/app/assets/stylesheets/layout/_sidebar.scss index e65d26f..ad2813e 100644 --- a/app/assets/stylesheets/layout/_sidebar.scss +++ b/app/assets/stylesheets/layout/_sidebar.scss @@ -20,6 +20,7 @@ h4 { font-family: 'Impact'; + font-weight: normal; text-align: center; margin-bottom: 25px; color: $light-blue; @@ -42,7 +43,7 @@ padding: 0 20px; margin: 0 -15px 0 0; margin-bottom: 12px; - font-weight: 600; + font-weight: normal; line-height: 30px; text-align: right; font-family: $header-font-family; @@ -67,6 +68,7 @@ .controls input { @include linear-gradient(#585858, #585858); font-family: 'Impact'; + font-weight: normal; color: white; border-radius: 10px; background: #585858; diff --git a/app/assets/stylesheets/pages/_forums.scss b/app/assets/stylesheets/pages/_forums.scss index c3d9e46..330a67d 100644 --- a/app/assets/stylesheets/pages/_forums.scss +++ b/app/assets/stylesheets/pages/_forums.scss @@ -66,6 +66,7 @@ div#categories { th.category { font-family: 'Impact'; + font-weight: normal; color: #36b1ff; font-size: 24px; padding-left: 20px; diff --git a/app/assets/stylesheets/pages/_news.scss b/app/assets/stylesheets/pages/_news.scss index e7cb526..da61956 100644 --- a/app/assets/stylesheets/pages/_news.scss +++ b/app/assets/stylesheets/pages/_news.scss @@ -67,6 +67,7 @@ div.article { h2 { margin: 0 0 .5em 0; font-family: 'Impact'; + font-weight: normal; } } }