From 3d4bb209ee73156f626ef51859b1426c03a8960c Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Thu, 2 May 2024 13:06:05 -0700 Subject: [PATCH] 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 --- netbox/project-static/dist/netbox.css | Bin 551627 -> 551659 bytes .../styles/overrides/_tabler.scss | 5 +++++ 2 files changed, 5 insertions(+) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index bdea3973efad9cfb73a5a554cd871f2ca5ead174..10e9f7d59b62e7f14bb83b2c7b51946f9fc24cf8 100644 GIT binary patch delta 63 zcmX?oRq^#z#fBEf7N!>F7M2#)7Pc1lEgT+^@+FB$IjIVX)oGbIC8F7M2#)7Pc1lEgT+^+cP3Lngs#PObbi^ diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index f855daf0c..b31fdac6b 100644 --- a/netbox/project-static/styles/overrides/_tabler.scss +++ b/netbox/project-static/styles/overrides/_tabler.scss @@ -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%); +}