Skip to content

Commit

Permalink
update slide button hover colors
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Jan 16, 2024
1 parent f73d257 commit f6dd3f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions attack-theme/static/style/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,13 @@ a {

.slide-button:hover {
background: color(secondary);
border-color: color(secondary);
}

.slide-button-secondary:hover {
background: on-color(active);
border-color: color(secondary);
color: color(secondary);
}

// placeholder for base style of all navy colored buttons
Expand Down

0 comments on commit f6dd3f3

Please sign in to comment.