diff --git a/static/style.css b/static/style.css index 11599780f3d5caed7da7ff506293c0431671565a..bf795db14192f30526acf40b81fc4aab3136ed5c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ body { padding-top: 56px; } .left-aligned { margin-left: auto; } .bg-dark { background-color: #343a40 !important; } -.bg-hero { background-color: #45b06cff; } +.bg-hero { background-color: #a3c88a; } /* CALLOUT */ .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }