chore: update env hover colours
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user