lighter TH on topic-list
This commit is contained in:
parent
7490a74875
commit
0779621680
|
@ -100,10 +100,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
button i.fa {color: $primary;}
|
button i.fa {color: scale-color($primary, $lightness: 50%);}
|
||||||
|
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
|
|
Loading…
Reference in New Issue