restored irderid formatting

This commit is contained in:
bronku 2025-04-06 00:53:52 +02:00
parent 7f2438610e
commit f26498c756

View file

@ -229,6 +229,8 @@ tbody th {
thead th { thead th {
color: var(--text-light); color: var(--text-light);
font-weight: 100; font-weight: 100;
font-size: rem;
font-size: 0.8rem;
} }
th { th {
@ -287,6 +289,11 @@ a {
color: var(--text-light); color: var(--text-light);
} }
tr a {
text-decoration: underline;
color: var(--primary-color);
}
/* Responsive adjustments */ /* Responsive adjustments */
@media (max-width: 768px) { @media (max-width: 768px) {