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:
Alexander Skvortsov 2021-04-03 20:49:31 -04:00 committed by GitHub
parent 4f32d2d919
commit e7837baa63

View File

@ -1,5 +1,5 @@
.header-background() {
background: fade(@header-bg, 98%);
background: @header-bg;
position: fixed;
top: 0;
left: 0;