mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-20 04:14:23 +01:00
the css in this project annoys me so much
This commit is contained in:
parent
daaf2f5883
commit
52dd9684c2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue