Removed custom style for syntax highlight
This commit is contained in:
parent
3bdb5f6545
commit
24970d0ddf
4 changed files with 1 additions and 75 deletions
1
Makefile
1
Makefile
|
@ -6,7 +6,6 @@ setup:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
node_modules/gulp/bin/gulp.js sass
|
node_modules/gulp/bin/gulp.js sass
|
||||||
node_modules/gulp/bin/gulp.js js
|
|
||||||
poetry run lektor build --prune --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor
|
poetry run lektor build --prune --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[pygments]
|
[pygments]
|
||||||
style = native
|
style = default
|
||||||
|
|
|
@ -1,72 +0,0 @@
|
||||||
pre
|
|
||||||
font-size: 84%
|
|
||||||
line-height: 120%
|
|
||||||
padding: 12px
|
|
||||||
color: white
|
|
||||||
overflow-y: scroll
|
|
||||||
|
|
||||||
pre .str, code .str
|
|
||||||
color: #65b042
|
|
||||||
|
|
||||||
pre .kwd, code .kwd
|
|
||||||
color: #e28964
|
|
||||||
|
|
||||||
pre .com, code .com
|
|
||||||
color: #aeaeae
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
pre .typ, code .typ
|
|
||||||
color: #89bdff
|
|
||||||
|
|
||||||
pre .lit, code .lit
|
|
||||||
color: #3387cc
|
|
||||||
|
|
||||||
pre .pun, code .pun, pre .pln, code .pln
|
|
||||||
color: #fff
|
|
||||||
|
|
||||||
pre .tag, code .tag
|
|
||||||
color: #89bdff
|
|
||||||
|
|
||||||
pre .atn, code .atn
|
|
||||||
color: #bdb76b
|
|
||||||
|
|
||||||
pre .atv, code .atv
|
|
||||||
color: #65b042
|
|
||||||
|
|
||||||
pre .dec, code .dec
|
|
||||||
color: #3387cc
|
|
||||||
|
|
||||||
ol.linenums
|
|
||||||
margin-top: 0
|
|
||||||
margin-bottom: 0
|
|
||||||
color: #aeaeae
|
|
||||||
|
|
||||||
li
|
|
||||||
&.L0, &.L1, &.L2, &.L3, &.L5, &.L6, &.L7, &.L8
|
|
||||||
list-style-type: none
|
|
||||||
|
|
||||||
@media print
|
|
||||||
pre .str, code .str
|
|
||||||
color: #060
|
|
||||||
pre .kwd, code .kwd
|
|
||||||
color: #006
|
|
||||||
font-weight: bold
|
|
||||||
pre .com, code .com
|
|
||||||
color: #600
|
|
||||||
font-style: italic
|
|
||||||
pre .typ, code .typ
|
|
||||||
color: #404
|
|
||||||
font-weight: bold
|
|
||||||
pre .lit, code .lit
|
|
||||||
color: #044
|
|
||||||
pre .pun, code .pun
|
|
||||||
color: #440
|
|
||||||
pre .pln, code .pln
|
|
||||||
color: #000
|
|
||||||
pre .tag, code .tag
|
|
||||||
color: #006
|
|
||||||
font-weight: bold
|
|
||||||
pre .atn, code .atn
|
|
||||||
color: #404
|
|
||||||
pre .atv, code .atv
|
|
||||||
color: #060
|
|
|
@ -7,4 +7,3 @@
|
||||||
@import ./blog
|
@import ./blog
|
||||||
@import ./portfolio
|
@import ./portfolio
|
||||||
@import ./table
|
@import ./table
|
||||||
@import ./syntax
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue