1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +02:00

Docs(refactor): use css variable for small font size.

To facilitate reusability and convey meaning.
This commit is contained in:
Thomas Heartman 2022-10-11 17:10:43 +02:00
parent 515a8fac89
commit 68d6a75521
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ figure * + * {
}
figcaption {
font-size: 90%;
font-size: var(--unleash-font-size-smaller);
padding-inline: var(--ifm-pre-padding);
border-inline-start: 5px solid var(--ifm-color-primary);
}

View File

@ -13,6 +13,8 @@
--ifm-code-font-size: 90%;
--ifm-font-size-base: 15px;
--navbar-link-color: #122d33;
--unleash-font-size-smaller: 90%;
}
footer {