From 42bb5228d50e212208a610a7dbf8b8726a17d2ed Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 22 Jan 2024 01:18:12 +0000 Subject: Remove unused HLJS code and unnecessary components --- public/css/highlight/tomorrow-night-bright.css | 70 -------------------------- public/css/master.css | 5 -- 2 files changed, 75 deletions(-) delete mode 100644 public/css/highlight/tomorrow-night-bright.css (limited to 'public') diff --git a/public/css/highlight/tomorrow-night-bright.css b/public/css/highlight/tomorrow-night-bright.css deleted file mode 100644 index f909618..0000000 --- a/public/css/highlight/tomorrow-night-bright.css +++ /dev/null @@ -1,70 +0,0 @@ -/* Tomorrow Night Bright Theme */ -/* Original theme - https://github.com/chriskempson/tomorrow-theme */ -/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ - -/* Tomorrow Comment */ -.hljs-comment, -.hljs-quote { - color: #969896; -} - -/* Tomorrow Red */ -.hljs-variable, -.hljs-template-variable, -.hljs-tag, -.hljs-name, -.hljs-selector-id, -.hljs-selector-class, -.hljs-regexp, -.hljs-deletion { - color: #d54e53; -} - -/* Tomorrow Orange */ -.hljs-number, -.hljs-built_in, -.hljs-literal, -.hljs-type, -.hljs-params, -.hljs-meta, -.hljs-link { - color: #e78c45; -} - -/* Tomorrow Yellow */ -.hljs-attribute { - color: #e7c547; -} - -/* Tomorrow Green */ -.hljs-string, -.hljs-symbol, -.hljs-bullet, -.hljs-addition { - color: #b9ca4a; -} - -/* Tomorrow Blue */ -.hljs-title, -.hljs-section { - color: #7aa6da; -} - -/* Tomorrow Purple */ -.hljs-keyword, -.hljs-selector-tag { - color: #c397d8; -} - -.hljs { - background: black; - color: #eaeaea; -} - -.hljs-emphasis { - font-style: italic; -} - -.hljs-strong { - font-weight: bold; -} diff --git a/public/css/master.css b/public/css/master.css index a1def3d..f1bb779 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -376,11 +376,6 @@ caption { table.info-table tr td small { margin-bottom: 5px; } - -.hljs { - background: none !important; -} - .me img { float: right; margin: 5px; -- cgit v1.2.3-54-g00ecf