From bb973da8f3e20d35622a1bea64c5e63a82f48f97 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 6 May 2018 17:42:23 +0100 Subject: [PATCH] Lighter highlight styles --- Makefile | 2 +- static/src/scss/style.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 927dcd3..510de32 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: install rm -rf $(STATIC_BUILD) rm -rf $(BASEDIR)/resources mkdir -p $(STATIC_BUILD)/js $(STATIC_BUILD)/css - hugo gen chromastyles --style=monokai > $(STATIC_SRC)/scss/highlight.css + hugo gen chromastyles --style=tango > $(STATIC_SRC)/scss/highlight.css $(NODE_BIN)/browserify $(STATIC_SRC)/js/index.js -o $(STATIC_BUILD)/js/app.js $(NODE_BIN)/node-sass $(STATIC_SRC)/scss/style.scss $(STATIC_BUILD)/css/style.css --source-map-embed cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index f70e75a..f4d7e6f 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -219,6 +219,7 @@ pre.chroma { p, li, h1, h2, h3, h4, h5, h6 { code { @extend .chroma; + color: inherit; padding: $spacer * 0.25; } }