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 e9183dd89d
commit 0f188683ac
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%);
}