the css in this project annoys me so much

This commit is contained in:
byte[] 2020-12-10 15:22:37 -05:00
parent daaf2f5883
commit 52dd9684c2

View file

@ -84,7 +84,7 @@ a.block__header--single-item, .block__header a {
} }
} }
.block__header a, .block__header span { .block__header a, .block__header > span {
background: $block_header_color; background: $block_header_color;
} }
@ -96,7 +96,7 @@ a.block__header--single-item, .block__header a {
.block__header--light { .block__header--light {
background: $block_header_light_color; background: $block_header_light_color;
a, span { a, > span {
background: $block_header_light_color; background: $block_header_light_color;
} }