From b7bf04100d25fa63533433972eb9ab8f5d1f7f13 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 1 May 2024 12:55:11 -0700 Subject: [PATCH] 15802 lighten table color --- netbox/project-static/dist/netbox.css | Bin 552834 -> 552844 bytes .../styles/overrides/_tabler.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 708e07a0a2281c249351d19b20d905fb2a263c02..b9c507c46f710f0d972410ba2a755396ad939b05 100644 GIT binary patch delta 55 zcmZp=uh?^6v7v>rg{g(Pg{6hHg{_5s3&**5@wCjGlGGxrq@v99jFP<6;$jU$LjzUK L?YHAOmh%GuJ(d&q delta 45 zcmeCVuh?{7v7v>rg{g(Pg{6hHg{_5s3&**5-sJq8{30vmB%|b{RFmyb<2jb|0|0<) B5M%%V diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index 001a8b6d9..acc804187 100644 --- a/netbox/project-static/styles/overrides/_tabler.scss +++ b/netbox/project-static/styles/overrides/_tabler.scss @@ -29,5 +29,5 @@ pre { } table a { - color: #b2cbe4; + filter: brightness(110%); }