cleaner css

This commit is contained in:
Yann Esposito (Yogsototh) 2019-11-21 23:19:06 +08:00
parent 361b27d196
commit 7643502734
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -133,7 +133,11 @@ hr {
opacity: .5;
height: 1em;
}
pre { max-width: 100%; overflow-x: scroll; }
pre {
max-width: 100%;
overflow-x: scroll;
overflow-y: hidden;
}
pre:after,pre:before {
content: "~~~~~~~~~";
display: block; }
@ -394,7 +398,7 @@ nav > a {
--bg: #fff;
--fg: #444;
--bg2: #eee;
--fg2: #aaa;
--fg2: #333;
--rfg: #000;
--rbg: #eee;
--bdr: #ddd;
@ -413,6 +417,7 @@ nav > a {
#m:checked ~ .main #content {
margin: 0 auto;
}
#m:checked ~ .main #table-of-contents:after,
#m:checked ~ .main blockquote:after {
display: none;
}