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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user