Skip to content

Commit

Permalink
HFP-4115 fix summary submit button contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
devland committed Oct 18, 2024
1 parent fefface commit 564aabf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/_summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,16 @@
.h5p-interactive-book-summary-submit {
background-color: #0E7C57;
color: #ffffff;
border: 1px solid #0E7C57;
border: 2px solid #0E7C57;
transition: background-color 150ms;

&:hover {
background-color: #0c694a;
}
}
.h5p-interactive-book-summary-submit:focus-visible {
border: 2px solid #FFF;
}

.h5p-interactive-book-summary-restart {
color: #757575;
Expand Down

0 comments on commit 564aabf

Please sign in to comment.