Merge pull request 'feat(docs): enhance styling for typeset' (#4461) from badele/fork-clan-core:docs/update-style into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4461
This commit is contained in:
Luis Hebendanz
2025-07-23 08:50:44 +00:00

View File

@@ -2,6 +2,7 @@
font-family: "Roboto";
src: url(./Roboto-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Fira Code";
src: url(./FiraCode-VF.ttf) format("truetype");
@@ -17,6 +18,12 @@
}
.md-nav__title,
.md-nav__item.md-nav__item--section > label > span {
.md-nav__item.md-nav__item--section>label>span {
color: var(--md-typeset-a-color);
}
.md-typeset h4 {
margin: 3em 0 0.5em;
font-weight: bold;
color: #7ebae4;
}