mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Font changes to forum thread list (theoretically)
This commit is contained in:
parent
d28749605b
commit
2be656bcd1
1 changed files with 8 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue