Skip to content

Commit

Permalink
Change line spacing and index code width
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 6, 2023
1 parent fcfc48b commit d033bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@
--md-text-font-family: "Inter";
}

.language-python.highlight > * {
border-radius: 1rem;
}

code > * {
border-radius: 1rem;
}

.index-pre-code {
margin: 50px;
width: 60%;
width: 700px;
left: 50%;
}

Expand All @@ -32,7 +24,7 @@ h2.subtitle {
}

.md-typeset {
line-height: 21px;
line-height: 24px;
font-weight: 400;
}

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ markdown_extensions:
line_spans: __span
pygments_lang_class: true
noclasses: True
pygments_style: nord
pygments_style: nord-darker
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
Expand Down

0 comments on commit d033bbc

Please sign in to comment.