fix: should fix colors

This commit is contained in:
Pavel Korytov 2022-05-10 20:02:17 +03:00
parent fb39a55749
commit 2d0d4921a4
2 changed files with 16 additions and 4 deletions

View file

@ -29,5 +29,21 @@ staticDir = ["static"]
name = "Configs"
url = "/configs/readme"
[markup]
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'pygments'
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files

View file

@ -143,10 +143,6 @@ $y-medium: 1.0rem;
border-radius: 10%;
padding: 0px 4px;
font-family: "Inconsolata" !important;
span {
color: #f8f8f8;
}
}
pre code {
all: unset;