Skip to content

Commit 18e11da

Browse files
author
Andrew Pliatsikas
committed
shimmer gone
1 parent 05c191b commit 18e11da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_layouts/master.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,16 @@
439439
background-position: 100% 50%;
440440
}
441441
}
442+
443+
/* Disable header shimmer */
444+
.header::before {
445+
animation: none !important;
446+
}
447+
448+
/* Disable main content gradient movement */
449+
.main-content::before {
450+
animation: none !important;
451+
}
442452

443453
.logo img {
444454
width: 50px;

0 commit comments

Comments
 (0)