fixed inline code highlight

This commit is contained in:
Fedor Katurov 2022-11-02 14:59:29 +06:00
parent 5104c2518b
commit 1551172bb9
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ dist
content/.obsidian
.DS_Store
.obsidian
content/**/*

View file

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