15802 change table anchor color (#15841)

* 15802 change table anchor color

* 15802 make link color lighter

* 15802 lighten table color

* 15802 add comment

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Arthur Hanson 2024-05-02 13:06:05 -07:00 committed by GitHub
parent 8f2eba24bb
commit 3d4bb209ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,3 +27,8 @@ pre {
// Tabler sets display: flex
display: inline-block;;
}
table a {
// Adjust table anchor link contrast as not enough contrast in dark mode
filter: brightness(110%);
}