From 615d2211463e073a65b0de60c61ab1184b14b958 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 19 Jun 2019 21:18:55 +0200 Subject: theme: Switch to ananke theme --- themes/ananke/src/css/_hugo-internal-templates.css | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 themes/ananke/src/css/_hugo-internal-templates.css (limited to 'themes/ananke/src/css/_hugo-internal-templates.css') diff --git a/themes/ananke/src/css/_hugo-internal-templates.css b/themes/ananke/src/css/_hugo-internal-templates.css new file mode 100644 index 0000000..eb133f1 --- /dev/null +++ b/themes/ananke/src/css/_hugo-internal-templates.css @@ -0,0 +1,31 @@ +/* pagination.html: https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */ +.pagination { + margin: 3rem 0; +} + +.pagination li { + display: inline-block; + margin-right: .375rem; + font-size: .875rem; + margin-bottom: 2.5em; +} +.pagination li a { + padding: .5rem .625rem; + background-color: white; + color: #333; + border: 1px solid #ddd; + border-radius: 3px; + text-decoration: none; +} +.pagination li.disabled { + display: none; +} +.pagination li.active a:link, +.pagination li.active a:active, +.pagination li.active a:visited { + background-color: #ddd; +} + +#TableOfContents ul li { + margin-bottom: 1em; +} -- cgit v1.2.3