link colors inherit

This commit is contained in:
HB9HIL
2024-01-31 12:43:15 +01:00
parent bfff60abdd
commit 88c7dca993

View File

@@ -21,6 +21,10 @@
transition: all 15s ease;
--bs-table-accent-bg: #5dade2;
}
tbody a {
color: inherit;
text-decoration: none;
}
</style>