Skip to content

Commit

Permalink
style: update css in config
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Mar 6, 2024
1 parent 1546f04 commit 5f91b80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

.body {
font-size: small;
}
}

:root {
--md-primary-fg-color: #396FBA;
--md-primary-fg-color--light: #6495D8;
--md-primary-fg-color--dark: #4382D8;
}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ theme:
# | |
# +--------------------------------------------------------------------------------------------------------+
extra_css:
- docs/extra_css.css
- assets/css/extra.css

# +--------------------------------------------------------------------------------------------------------+
# | |
Expand Down

0 comments on commit 5f91b80

Please sign in to comment.