1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Reduce saturation of 'info' theme color

This commit is contained in:
jeremystretch
2021-12-23 14:34:09 -05:00
parent cab9733b60
commit 908a2824ba
3 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ $theme-colors: map-merge(
$theme-colors,
(
'primary': #337ab7,
'info': #54d6f0,
'red': $red-500,
'yellow': $yellow-500,
'green': $green-500,