0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-16 14:50:39 +00:00

Font changes to forum thread list (theoretically)

This commit is contained in:
onyxserpent 2014-08-12 23:30:21 -07:00
parent d28749605b
commit 2be656bcd1

View file

@ -122,10 +122,12 @@ div#categories {
.read { .read {
color: $base-font-color; color: $base-font-color;
font-weight:normal;
} }
.unread { .unread {
color: $blue; color: $blue;
font-weight:bold;
} }
thead th { thead th {
@ -136,6 +138,7 @@ div#categories {
font-size: 16px; font-size: 16px;
color: white; color: white;
text-transform: uppercase; text-transform: uppercase;
font-weight:normal;
&:first-child { &:first-child {
border-radius: $base-border-radius 0 0 0; border-radius: $base-border-radius 0 0 0;
@ -146,6 +149,11 @@ div#categories {
} }
} }
td h5 {
font-family: $base-font-family;
}
.topic { .topic {
width: 55%; width: 55%;
} }