Skip to content

Commit

Permalink
Adjust the title font
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed May 23, 2024
1 parent 9dab1cb commit 236f5b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/resource/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
}
[data-md-color-scheme="slate"] {
--md-primary-fg-color: var(--msgport-bg-dark);
.md-typeset h2, h3, h4 {
color: rgb(245, 157, 33);
}
}

/* Update the logo height */
Expand All @@ -19,20 +22,15 @@
width: auto;
}

.md-header__title {
.md-header__title > .md-header__ellipsis > .md-header__topic > .md-ellipsis {
font-family: Montserrat Thin;
font-size: 18;
font-weight: 400;
}

.md-nav__link--active > span {
font-weight: bold;
}

.md-typeset h1 {
color: var(--msgport-bg-dark);
}

.md-typeset h2, h3, h4 {
color: rgb(245, 157, 33);
}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ theme:
logo: resource/pics/msgport-logo.svg
favicon: resource/pics/favicon.png
font:
text: Iter
text: San Francisco
code: SFMono-Regular
features:
- announce.dismiss
Expand Down

0 comments on commit 236f5b7

Please sign in to comment.