mirror of
https://github.com/flarum/framework.git
synced 2025-01-30 16:34:16 +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
4f32d2d919
commit
e7837baa63
|
@ -1,5 +1,5 @@
|
|||
.header-background() {
|
||||
background: fade(@header-bg, 98%);
|
||||
background: @header-bg;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user