1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Fix weird header flash of loading

This commit is contained in:
Tixie 2023-05-12 03:50:10 +02:00
parent 6dd68e03f8
commit eff4ca4a2f
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@ body {
background-color: $color-primary;
color: $color-light-text;
font-family: $fontstack1;
overscroll-behavior: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

View file

@ -5,7 +5,6 @@
.header {
position: relative;
background-color: $color-bg-head;
transition: .15s all;
}
.header--home {