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