update: change style and color for the table
This commit is contained in:
parent
2664c3d45b
commit
67b6f22fb0
@ -90,6 +90,7 @@ table tr {
|
||||
table th, table td {
|
||||
padding: 10px;
|
||||
border: 1px solid var(--bright-second);
|
||||
background: var(--dark-second);
|
||||
color: var(--bright-second);
|
||||
text-align: left;
|
||||
flex-grow: 4;
|
||||
@ -98,3 +99,12 @@ table th, table td {
|
||||
table td a {
|
||||
color: var(--bright-second);
|
||||
}
|
||||
|
||||
table th {
|
||||
font-weight: 900;
|
||||
color: var(--bright-main);
|
||||
}
|
||||
|
||||
table td {
|
||||
font-style: italic;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user