diff --git a/app/assets/stylesheets/themes/default/pages/_forums.scss b/app/assets/stylesheets/themes/default/pages/_forums.scss index c0e6b0f..503fdec 100644 --- a/app/assets/stylesheets/themes/default/pages/_forums.scss +++ b/app/assets/stylesheets/themes/default/pages/_forums.scss @@ -122,10 +122,12 @@ div#categories { .read { color: $base-font-color; + font-weight:normal; } .unread { color: $blue; + font-weight:bold; } thead th { @@ -136,6 +138,7 @@ div#categories { font-size: 16px; color: white; text-transform: uppercase; + font-weight:normal; &:first-child { border-radius: $base-border-radius 0 0 0; @@ -146,6 +149,11 @@ div#categories { } } + td h5 { + font-family: $base-font-family; + } + + .topic { width: 55%; }