Updated slightly modern CSS

This commit is contained in:
Yann Esposito (Yogsototh) 2019-09-06 12:18:42 +02:00
parent 6b08d09fa8
commit 3d5534e6d7
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -447,6 +447,12 @@ input#modern:target ~ .main #postamble {
background-color: var(--cyan);
padding: 2em 0;
}
input#modern:target ~ .main #preamble {
margin-bottom: 2em;
}
input#modern:target ~ .main #postamble {
margin-top: 2em;
}
input#modern:target ~ .main #postamble code {
background-color: transparent;
}