mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
Reverting font weight changes
This commit is contained in:
parent
04b915e835
commit
41b138c2e3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ table {
|
||||||
|
|
||||||
th {
|
th {
|
||||||
border-bottom: 1px solid darken($base-border-color, 15%);
|
border-bottom: 1px solid darken($base-border-color, 15%);
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue