mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
fix: should fix colors
This commit is contained in:
parent
fb39a55749
commit
2d0d4921a4
2 changed files with 16 additions and 4 deletions
16
config.toml
16
config.toml
|
|
@ -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
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue