classic dark/light now uses the old style
This commit is contained in:
parent
958153abdd
commit
d12a4a3b45
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue