1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

fix: invisible dropdown text when header is colored

This commit is contained in:
Sami Mazouz
2025-01-10 09:58:07 +01:00
parent 55aa8a7723
commit 958dec5944

View File

@@ -5,6 +5,12 @@
margin-right: 12px;
}
@media @tablet-up {
[data-colored-header=true] &, [data-colored-header=true] & a {
color: var(--text-color);
}
}
&-header, &-footer {
@media @tablet-up {
padding: 12px 15px;