From cbc75a99fa59b6e8d31d18fe5eed3ea315e6efeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 29 Sep 2021 21:34:42 +0200 Subject: [PATCH] theme: reorganize stylesheets #93 move print styles in own stylesheet to make it testable remove hugo-themes.css and put it into theme.css to avoid confusion --- layouts/404.html | 5 +- layouts/partials/header.html | 3 +- static/css/hugo-theme.css | 291 --------------------------------- static/css/print.css | 72 +++++++++ static/css/tabs.css | 5 - static/css/theme.css | 306 ++++++++++++++++++++++++++++------- 6 files changed, 328 insertions(+), 354 deletions(-) delete mode 100644 static/css/hugo-theme.css create mode 100644 static/css/print.css diff --git a/layouts/404.html b/layouts/404.html index 1779ff0197..23bfbdda54 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -20,10 +20,13 @@ - {{- with .Site.Params.themeVariant }} {{- end }} + + {{- range .Site.Params.custom_css }} + + {{- end }}