Skip to content
Snippets Groups Projects
Commit 632ca2ca authored by LocNgu's avatar LocNgu
Browse files

change font size for collapsible admonitions

parent 3bdd0357
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!256change font size for collapsible admonitions
......@@ -13,7 +13,6 @@
}
:root {
--md-text-font-family: 'Open Sans Regular', sans-serif;
--md-primary-fg-color: rgb(0, 37, 87);
--md-primary-fg-color--light: rgb(39, 66, 117);
--md-footer-bg-color: rgb(0, 37, 87);
......@@ -69,9 +68,11 @@ strong {
.md-typeset code {
word-break: normal;
font-size: 0.8rem;
}
.md-typeset .admonition {
.md-typeset .admonition,
.md-typeset details,
.md-typeset code {
font-size: 0.8rem;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment