Skip to content

Commit

Permalink
ok for real
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonfigueroa committed Mar 4, 2024
1 parent 69ef331 commit 39f28c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/LoveIt/assets/css/_partial/_single/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ code {
pre code {
color: $global-font-color-dark;
background-color: $code-block-background-color-dark;
font-size: var(--code-block-font-size);
}

pre {
Expand Down
1 change: 1 addition & 0 deletions themes/LoveIt/assets/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ $pagination-link-hover-color-dark: $global-link-color-dark !default;
// Font family and size of the code
$code-font-family: menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace !default;
$code-font-size: 0.9em !default;
$code-block-font-size: 1em !default;

// Color of the code
// $code-color: $global-font-color !default;
Expand Down

0 comments on commit 39f28c9

Please sign in to comment.