Compare commits

...

2 Commits

Author SHA1 Message Date
Arthur Hanson 3b073c88ce
Merge 7a3ef48d71 into 5af3c659a5 2024-04-25 15:24:13 +02:00
Arthur 7a3ef48d71 15802 change table anchor color 2024-04-24 15:02:16 -07:00
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;
}