Skip to content

Commit

Permalink
Improve typography details
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 18, 2024
1 parent 5b9321a commit c706807
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,32 @@

/* Typography */

body {
-webkit-font-smoothing: auto;
}

.md-nav {
font-size: 0.9rem;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
color: var(--md-default-fg-color--dark);
font-weight: 600;
}

h2 h3,
code {
font-weight: 400;
}

.md-typeset {
font-size: 1rem;
font-size: 0.85rem;
}

.md-typeset code {
font-size: 0.75em;
font-size: 0.85em;
}

.md-typeset table:not([class]) {
Expand Down

0 comments on commit c706807

Please sign in to comment.