fix
This commit is contained in:
parent
ebf66f5563
commit
b85bffb2e6
|
|
@ -26,14 +26,14 @@
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: url('../img/animated.png');
|
background: url('../img/animated.png') !important;
|
||||||
background-color: rgb(49, 107, 223);
|
background-color: rgb(49, 107, 223) !important;
|
||||||
background-position: center bottom;
|
background-position: center bottom !important;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x !important;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed !important;
|
||||||
animation-name: animatedbackground;
|
animation-name: animatedbackground !important;
|
||||||
animation-duration: 50s;
|
animation-duration: 50s !important;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,14 @@
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: url('../img/animateddark.png');
|
background: url('../img/animateddark.png') !important;
|
||||||
background-color: rgb(1, 17, 48);
|
background-color: rgb(1, 17, 48) !important;
|
||||||
background-position: center bottom;
|
background-position: center bottom !important;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x !important;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed !important;
|
||||||
animation-name: animatedbackground;
|
animation-name: animatedbackground !important;
|
||||||
animation-duration: 50s;
|
animation-duration: 50s !important;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue