Skip to content

Commit

Permalink
danger missing
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 23, 2024
1 parent d1e77b3 commit 431c26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,11 @@ td.poster-names a {

&.btn-danger {
color: var(--fcc-quaternary-color);
background-color: var(--danger);
background-color: $danger;

&:hover,
&.btn-hover {
background-color: lighten(var(--danger), 15%);
background-color: lighten($danger, 15%);
color: var(--fcc-quaternary-color);
}
}
Expand Down

0 comments on commit 431c26d

Please sign in to comment.