classic dark/light now uses the old style

This commit is contained in:
Thomas G 2022-08-10 00:22:44 +10:00
parent 958153abdd
commit d12a4a3b45
2 changed files with 18 additions and 0 deletions

View File

@ -7,4 +7,13 @@ html {
animation-name: animatedbackground;
animation-duration: 50s;
animation-iteration-count: infinite;
}
.content, #footer {
max-width: 1000px;
margin: auto;
}
.content {
margin-top: 105px;
}

View File

@ -7,4 +7,13 @@ html {
animation-name: animatedbackground;
animation-duration: 50s;
animation-iteration-count: infinite;
}
.content, #footer {
max-width: 1000px;
margin: auto;
}
.content {
margin-top: 105px;
}