From 4eae5213c9e1b2c6db6035247a0124912c4dfba1 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:09:15 +0300 Subject: Really nice optimizations. Changes to be committed: modified: config.toml modified: sass/_predefined.scss modified: sass/style.scss modified: static/js/main.js renamed: static/auto-render.min.js -> static/katex/auto-render.min.js renamed: static/katex.min.css -> static/katex/katex.min.css renamed: static/katex.min.js -> static/katex/katex.min.js modified: templates/index.html modified: templates/page.html --- sass/style.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sass/style.scss') diff --git a/sass/style.scss b/sass/style.scss index 8ffaa86..0ac9a88 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -47,7 +47,6 @@ pre { letter-spacing: normal; white-space: pre-wrap; word-wrap: break-word; - color: #eee; border-radius: 4px; -webkit-overflow-scrolling: touch; // For iOS improved scrolling @@ -55,11 +54,12 @@ pre { padding: 0; margin: 0; background: $midnightblue; + color: $text; } } code { - color: #eee; + color: $dark-grey; background: $highlight-grey; border-radius: 3px; padding: 0 3px; @@ -93,7 +93,6 @@ a { transition-timing-function: ease-out; &:hover { - //color: #fff; color: $theme; } @@ -246,7 +245,7 @@ table { cursor: pointer; &:hover { - color: #fff; + color: $theme; } } -- cgit v1.2.3