update: change style and color for the table

This commit is contained in:
ngn 2024-03-21 20:30:35 +03:00
parent 2664c3d45b
commit 67b6f22fb0

View File

@ -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;
}