mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
lighter TH on topic-list
This commit is contained in:
parent
7490a74875
commit
0779621680
2 changed files with 3 additions and 3 deletions
|
@ -100,10 +100,10 @@
|
|||
}
|
||||
}
|
||||
th {
|
||||
color: $primary;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
button i.fa {color: $primary;}
|
||||
button i.fa {color: scale-color($primary, $lightness: 50%);}
|
||||
|
||||
}
|
||||
td {
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
}
|
||||
th {
|
||||
color: $primary;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
&:first-of-type {
|
||||
|
|
Loading…
Reference in a new issue