Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHalbesleben committed Sep 18, 2022
1 parent 9afe1af commit adfe867
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ hr {
background-color: $info-darkened;
}
.reminder:hover {
background-color: $quaternary-darkened !important;
}
input[type="radio"] + span {
color: $dark !important;
}
Expand Down
6 changes: 6 additions & 0 deletions src/style/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $tertiary: #0F956A;
}

$quaternary: #E88873;
$quaternary-darkened: #e36c52;

.bg-quaternary {
background-color: $quaternary !important;
Expand All @@ -45,4 +46,9 @@ $quaternary: #E88873;
border-color: $quaternary !important;
}

.btn-quaternary:hover {
background-color: $quaternary-darkened !important;
border-color: $quaternary-darkened !important;
}

$dark: rgba(0, 0, 0, 0.9);

0 comments on commit adfe867

Please sign in to comment.