From 2f36975369aff9f5df849f41a11bc423574fa158 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Sun, 20 Oct 2019 00:12:21 +0200 Subject: [PATCH] clean unused CSS --- themes/hugo-sustain/layouts/partials/head.html | 3 --- themes/hugo-sustain/static/css/tomorrow-9.7.0.min.css | 1 - 2 files changed, 4 deletions(-) delete mode 100644 themes/hugo-sustain/static/css/tomorrow-9.7.0.min.css diff --git a/themes/hugo-sustain/layouts/partials/head.html b/themes/hugo-sustain/layouts/partials/head.html index 29c7ddd..4d5d2ad 100644 --- a/themes/hugo-sustain/layouts/partials/head.html +++ b/themes/hugo-sustain/layouts/partials/head.html @@ -17,9 +17,6 @@ - {{- if .Params.highlight -}} - - {{ end }} {{ range .Site.Params.custom_css }} diff --git a/themes/hugo-sustain/static/css/tomorrow-9.7.0.min.css b/themes/hugo-sustain/static/css/tomorrow-9.7.0.min.css deleted file mode 100644 index 04c4204..0000000 --- a/themes/hugo-sustain/static/css/tomorrow-9.7.0.min.css +++ /dev/null @@ -1 +0,0 @@ -.hljs-comment,.hljs-quote{color:#8e908c}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#c82829}.hljs-number,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#f5871f}.hljs-attribute{color:#eab700}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#718c00}.hljs-title,.hljs-section{color:#4271ae}.hljs-keyword,.hljs-selector-tag{color:#8959a8}.hljs{display:block;overflow-x:auto;background:white;color:#4d4d4c;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} \ No newline at end of file