mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:22:41 +08:00
Remove unnecessary and imperceptible fade (#2685)
This concern was raised in https://discuss.flarum.org/d/26422-idearequest-make-header-background-color-match-exact-value-from-config.
This commit is contained in:
parent
0f0f2b6d4e
commit
5e8155e1cc
@ -1,5 +1,5 @@
|
||||
.header-background() {
|
||||
background: fade(@header-bg, 98%);
|
||||
background: @header-bg;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user