Lighter highlight styles
This commit is contained in:
parent
5a8415806f
commit
bb973da8f3
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ build: install
|
||||||
rm -rf $(STATIC_BUILD)
|
rm -rf $(STATIC_BUILD)
|
||||||
rm -rf $(BASEDIR)/resources
|
rm -rf $(BASEDIR)/resources
|
||||||
mkdir -p $(STATIC_BUILD)/js $(STATIC_BUILD)/css
|
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)/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
|
$(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)
|
cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD)
|
||||||
|
|
|
@ -219,6 +219,7 @@ pre.chroma {
|
||||||
p, li, h1, h2, h3, h4, h5, h6 {
|
p, li, h1, h2, h3, h4, h5, h6 {
|
||||||
code {
|
code {
|
||||||
@extend .chroma;
|
@extend .chroma;
|
||||||
|
color: inherit;
|
||||||
padding: $spacer * 0.25;
|
padding: $spacer * 0.25;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue