Extract CSS to a file.

This commit is contained in:
2019-03-14 15:10:49 +01:00
parent 8f5692be43
commit dd05de6764
6 changed files with 14 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ body.closed {
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-image: url(stop.svg);
background-image: url(/stop.svg);
background-position: 50% 50%;
}
}

View File

@@ -1,15 +1,4 @@
// Styles for the "Open" page
@keyframes starrotation {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(90deg);
}
100% {
transform: rotate(360deg);
}
}
body.open {
background-color: #a3d165;