mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:17:30 +08:00
lighter TH on topic-list
This commit is contained in:
parent
7490a74875
commit
0779621680
|
@ -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 New Issue
Block a user