From 5e29525d7842e9bd4f821dfbda03ab96dea713d4 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 29 Apr 2024 10:22:15 -0700 Subject: [PATCH] 15802 make link color lighter --- netbox/project-static/dist/netbox.css | Bin 552844 -> 552834 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 768d79ba798aa58023ae015897693571b3f22088..708e07a0a2281c249351d19b20d905fb2a263c02 100644 GIT binary patch delta 39 vcmeCVuh?{7v7v>rg{g(Pg{6hHg{_5s3&)jscI70arg{g(Pg{6hHg{_5s3&)lC=~w!gg}2|0=UB=Q00or|^Z)<= diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index 2aaa40ddb..001a8b6d9 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: inherit!important; + color: #b2cbe4; }