[enh] Add some sexyness to web page.

This commit is contained in:
opi 2017-06-12 11:17:12 +02:00
parent b8aa4edb7f
commit 40190c58a4

View file

@ -11,11 +11,38 @@
body {
max-width: 50em;
margin: auto;
color: #111;
}
::-moz-selection { background: deeppink; color: white; }
::selection { background: deeppink; color: white; }
a {
color: deeppink;
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
section {
margin: 2em 0;
}
section h2 {
font-family: sans-serif;
line-height: 1.4;
border-bottom: 1px solid #ddd;
}
code {
display: inline-block;
background: #eee;
padding: 0.15em;
}
pre code {
display: block;
background: #eee;
padding: 1em;
}
pre code:before {