make error look like a bad status

This commit is contained in:
slice 2018-07-18 15:19:56 -07:00
parent 243c23ec2b
commit 4a0ed13180
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,10 @@ h1:first-child {
}
.error {
background: pink;
--border: hsla(0, 100%, 80%, 1);
--bg: hsla(0, 100%, 95%, 1);
border: solid 1px var(--border);
background-color: var(--bg);
padding: 1rem;
border-radius: 0.15rem;
border-radius: 0.25rem;
}