updated gitignore
This commit is contained in:
parent
a3b822448d
commit
7f2438610e
1 changed files with 6 additions and 4 deletions
|
|
@ -220,16 +220,18 @@ thead {
|
|||
border-bottom: 1px black;
|
||||
}
|
||||
|
||||
tbody {
|
||||
color: var(--text-light);
|
||||
|
||||
tbody th {
|
||||
font-weight: 300;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
thead th {
|
||||
font-weight: 500;
|
||||
color: var(--text-light);
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: 200;
|
||||
text-align: left;
|
||||
padding: 1rem;
|
||||
/* color: var(--primary-dark); */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue