restored irderid formatting
This commit is contained in:
parent
7f2438610e
commit
f26498c756
1 changed files with 7 additions and 0 deletions
|
|
@ -229,6 +229,8 @@ tbody th {
|
|||
thead th {
|
||||
color: var(--text-light);
|
||||
font-weight: 100;
|
||||
font-size: rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
@ -287,6 +289,11 @@ a {
|
|||
color: var(--text-light);
|
||||
}
|
||||
|
||||
tr a {
|
||||
text-decoration: underline;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
|
||||
/* Responsive adjustments */
|
||||
@media (max-width: 768px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue