diff --git a/css/theme.css b/css/theme.css index 0c84cbd..e2588f1 100644 --- a/css/theme.css +++ b/css/theme.css @@ -92,7 +92,41 @@ h3 { font-size: 14pt; } +article > ul { + padding-left: 0; +} + +ul > li { + list-style: none; +} + +ul > li:before { + content: "—"; +} + +#footerdiv { + margin-top: 50px; +} + footer { - margin-top: 2em; + margin-top: 10px; text-align: center; } + + +a { + color: #454545; + font-weight: 430; + text-decoration-color: #808080; +} + +sup > a { + color: #454545; + font-weight: 430; + text-decoration-color: #808080; + vertical-align: super; +} + +code { + background-color: #ddd; +} diff --git a/templates/default.html b/templates/default.html index 9d50ac6..a011e59 100644 --- a/templates/default.html +++ b/templates/default.html @@ -18,7 +18,7 @@
$body$
-
+