Commit e1d0addd authored by haydenadams's avatar haydenadams

change warning color

parent 8c6e7e93
...@@ -7,19 +7,19 @@ ...@@ -7,19 +7,19 @@
position: relative; position: relative;
padding: .5rem 1rem; padding: .5rem 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
border: 1px solid rgba($salmon-red, .4); border: 1px solid rgba($wisteria-purple, .4);
background-color: rgba($salmon-red, .1); background-color: rgba($wisteria-purple, .1);
border-radius: 2rem; border-radius: 2rem;
font-size: .75rem; font-size: .75rem;
line-height: 1rem; line-height: 1rem;
text-align: center; text-align: center;
color: $salmon-red; color: $wisteria-purple;
&:after { &:after {
content: '✕'; content: '✕';
top: .5rem; top: .5rem;
right: 1rem; right: 1rem;
position: absolute; position: absolute;
color: $salmon-red; color: $wisteria-purple;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment