Skip to content

Commit

Permalink
Update colors on support page
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Dec 22, 2023
1 parent 6d5c8e1 commit 10586ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/_support.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$active: #99e67d;
$migrate: #ffe88e;
$active: #1aa79c;
$migrate: #ccdede;
$future: #c1edff;

.calendar-releases {
Expand Down Expand Up @@ -409,13 +409,13 @@ $future: #c1edff;
width: 16px;
border-radius: 8px;
&.migrate {
background-color: #ffe88e;
background-color: $migrate;
}
&.coming {
background-color: #c1edff;
background-color: $future;
}
&.active {
background-color: #99e67d;
background-color: $active;
}
}
td {
Expand Down

0 comments on commit 10586ec

Please sign in to comment.