Skip to content

Commit

Permalink
Fix inline code bg in new Logseq versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrodubinin authored Jul 23, 2022
1 parent 0221a9e commit d743bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ a.tag[data-ref]:hover {
/* === Inline code === */
:not(pre) > code {
padding: 2px 5px !important;
background-color: var(--ls-page-inline-code-bg-color);
}

/* === Code Calc result position fix === */
Expand Down

0 comments on commit d743bf7

Please sign in to comment.