feat(docs): enhance styling for typeset
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
src: url(./Roboto-Regular.ttf) format("truetype");
|
src: url(./Roboto-Regular.ttf) format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fira Code";
|
font-family: "Fira Code";
|
||||||
src: url(./FiraCode-VF.ttf) format("truetype");
|
src: url(./FiraCode-VF.ttf) format("truetype");
|
||||||
@@ -20,3 +21,9 @@
|
|||||||
.md-nav__item.md-nav__item--section>label>span {
|
.md-nav__item.md-nav__item--section>label>span {
|
||||||
color: var(--md-typeset-a-color);
|
color: var(--md-typeset-a-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-typeset h4 {
|
||||||
|
margin: 3em 0 0.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #7ebae4;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user