Adds css for warning message

This commit is contained in:
Mouse Reeve 2020-02-19 18:12:44 -08:00
parent e7ae4a257b
commit ae1d6825f7

View file

@ -41,6 +41,12 @@ h2 {
padding: 0.5rem;
}
#warning {
background-color: #FF1654;
text-align: center;
}
#branding, #actions {
margin: 0 1rem;
}