chore: update env hover colours

This commit is contained in:
nivedin
2024-02-22 14:39:09 +05:30
committed by Andrew Bastin
parent 1c65147a77
commit 9a2058bbec

View File

@@ -565,17 +565,17 @@ details[open] summary .indicator {
&.request-variable-highlight { &.request-variable-highlight {
@apply bg-amber-500; @apply bg-amber-500;
@apply hover:bg-amber-300; @apply hover:bg-amber-600;
} }
&.environment-variable-highlight { &.environment-variable-highlight {
@apply bg-green-500; @apply bg-green-500;
@apply hover:bg-green-300; @apply hover:bg-green-600;
} }
&.global-variable-highlight { &.global-variable-highlight {
@apply bg-blue-500; @apply bg-blue-500;
@apply hover:bg-blue-300; @apply hover:bg-blue-600;
} }
&.environment-not-found-highlight { &.environment-not-found-highlight {