Fix error styling for dark theme

pull/240/head
ElementalAlchemist 3 years ago committed by Christopher Usher
parent 5524972fb6
commit ccb60b64f1

@ -41,14 +41,14 @@ a,
} }
#errors { #errors {
color: #b00; color: #f33;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
#errors > div { #errors > div {
border-bottom: 1px solid #b00; border-bottom: 1px solid #f33;
background: #fee; background: #300;
padding: 4px; padding: 4px;
} }

Loading…
Cancel
Save