15802 change table anchor color

This commit is contained in:
Arthur 2024-04-24 15:02:16 -07:00
parent e05ca710ae
commit 7a3ef48d71
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,3 +27,7 @@ pre {
// Tabler sets display: flex
display: inline-block;;
}
table a {
color: inherit!important;
}