1
Fork 0

Lighter highlight styles

This commit is contained in:
Jake Howard 2018-05-06 17:42:23 +01:00
parent 5a8415806f
commit bb973da8f3
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -219,6 +219,7 @@ pre.chroma {
p, li, h1, h2, h3, h4, h5, h6 {
code {
@extend .chroma;
color: inherit;
padding: $spacer * 0.25;
}
}