Skip to content

Commit

Permalink
fix: change inactive projects color
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Dec 3, 2021
1 parent 90c2539 commit eee7bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
}

&--inactive {
background-color: var(--color-high);
background-color: var(--color-silver-dark);
}

&--paused {
background-color: var(--color-tertiary-dark);
background-color: var(--color-silver-dark);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
}

&--inactive {
background-color: var(--color-high);
background-color: var(--color-silver-dark);
}

&--paused {
background-color: var(--color-tertiary-dark);
background-color: var(--color-silver-dark);
}
}

0 comments on commit eee7bd2

Please sign in to comment.