* 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>
@@ -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%);
+}