feat[warn]: Added background to warning

This commit is contained in:
Judah Sotomayor 2023-11-14 14:40:15 -05:00
parent 79ebcd77bf
commit cef4f0399d
Signed by: judahsotomayor
SSH Key Fingerprint: SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI

View File

@ -81,9 +81,12 @@ font-size: 100%;
.alert {
position: relative;
padding: 0rem 1rem;
padding-top: 1px;
padding-bottom: 1px;
border-color: #ed6a5a;
margin-bottom: 1rem;
border-left: 5px solid #ed6a5a;
background-color: #ed6a5a30
}
.alert-heading {
font-family: sans-serif;