mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
add missing css rule to subheaders
This commit is contained in:
parent
f2fb46805a
commit
a3a6f9bd7b
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@
|
|||
}
|
||||
|
||||
a.block__header--single-item,
|
||||
.block__header a {
|
||||
.block__header a,
|
||||
.block__header--sub a {
|
||||
color: var(--block-header-link-text-color);
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue