mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Fix notifications appearance on dark header
This commit is contained in:
@ -34,6 +34,10 @@
|
||||
font-weight: bold;
|
||||
margin: -2px 0;
|
||||
background: @primary-color;
|
||||
color: #fff;
|
||||
color: @body-bg;
|
||||
font-size: 13px;
|
||||
|
||||
& when (@config-colored-header = true) {
|
||||
background: #fff;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user