188 - Updating color for alerts (#336)

This commit is contained in:
Asaad Mahmood 2021-06-04 01:48:50 +05:00 committed by GitHub
parent e7126b1835
commit fa6fa9dada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,10 +52,13 @@
background-color: rgba(230, 220, 192, 0.9);
text-align: center;
padding: 10px;
color: #222;
}
> .banner.error {
background-color: rgba(230, 192, 192, 0.9);
}
> .toolbar {
display: flex;
flex-direction: row;