Skip to content

Commit

Permalink
Reduce code element border radius and increase horizontal padding
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey committed Apr 27, 2024
1 parent f9d80ef commit 8d5fd91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
--ifm-color-primary-light: #3280dd;
--ifm-color-primary-lighter: #3c87df;
--ifm-color-primary-lightest: #5c9ae4;
--ifm-code-border-radius: 0.25rem;
--ifm-code-font-size: 95%;
--ifm-code-padding-horizontal: 0.15rem;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

Expand Down

0 comments on commit 8d5fd91

Please sign in to comment.