mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
fix: invisible dropdown text when header is colored
This commit is contained in:
@@ -5,6 +5,12 @@
|
|||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media @tablet-up {
|
||||||
|
[data-colored-header=true] &, [data-colored-header=true] & a {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-header, &-footer {
|
&-header, &-footer {
|
||||||
@media @tablet-up {
|
@media @tablet-up {
|
||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
|
Reference in New Issue
Block a user