Skip to content

Commit

Permalink
pill button color and hover
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Jul 30, 2024
1 parent 363a56e commit 9d37dd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -524,4 +524,12 @@ body.limitedwidth #page.drawers .footer-popover {
padding: .375rem .75rem;
}
}
}

.rpbutton {
background-color: #d9e1e7 !important;
}

.rpbutton:hover {
background-color: #9fc6e4 !important;
}

0 comments on commit 9d37dd5

Please sign in to comment.