Removed custom style for syntax highlight

This commit is contained in:
Felipe Martin 2020-11-29 22:08:49 +01:00
parent 3bdb5f6545
commit 24970d0ddf
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
4 changed files with 1 additions and 75 deletions

View File

@ -6,7 +6,6 @@ setup:
build:
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
watch:

View File

@ -1,2 +1,2 @@
[pygments]
style = native
style = default

View File

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

View File

@ -7,4 +7,3 @@
@import ./blog
@import ./portfolio
@import ./table
@import ./syntax