mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed inline code highlight
This commit is contained in:
parent
5104c2518b
commit
1551172bb9
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,4 +10,5 @@ dist
|
|||
.vscode
|
||||
content/.obsidian
|
||||
.DS_Store
|
||||
.obsidian
|
||||
.obsidian
|
||||
content/**/*
|
||||
|
|
|
@ -38,7 +38,7 @@ pre {
|
|||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
p > code {
|
||||
:not(pre) > code {
|
||||
background-color: var(--color-code-background);
|
||||
color: var(--color-code-inline);
|
||||
padding: 0 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue