Skip to content

Commit

Permalink
Update alert styling
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed May 1, 2021
1 parent a9e6ab7 commit b3b802b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
--ifm-color-primary-lighter: rgb(102, 212, 189);
--ifm-color-primary-lightest: rgb(146, 224, 208);
--ifm-code-font-size: 95%;
/* Alerts */
--ifm-color-info: rgb(160, 160, 160);
--ifm-color-success: rgb(70, 203, 174);
}

.hero {
Expand Down

0 comments on commit b3b802b

Please sign in to comment.