make error look like a bad status
This commit is contained in:
parent
243c23ec2b
commit
4a0ed13180
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue