mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02: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:
committed by
GitHub
parent
4f32d2d919
commit
e7837baa63
@@ -1,5 +1,5 @@
|
||||
.header-background() {
|
||||
background: fade(@header-bg, 98%);
|
||||
background: @header-bg;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
Reference in New Issue
Block a user