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:
parent
515a8fac89
commit
68d6a75521
@ -15,7 +15,7 @@ figure * + * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 90%;
|
font-size: var(--unleash-font-size-smaller);
|
||||||
padding-inline: var(--ifm-pre-padding);
|
padding-inline: var(--ifm-pre-padding);
|
||||||
border-inline-start: 5px solid var(--ifm-color-primary);
|
border-inline-start: 5px solid var(--ifm-color-primary);
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
--ifm-code-font-size: 90%;
|
--ifm-code-font-size: 90%;
|
||||||
--ifm-font-size-base: 15px;
|
--ifm-font-size-base: 15px;
|
||||||
--navbar-link-color: #122d33;
|
--navbar-link-color: #122d33;
|
||||||
|
|
||||||
|
--unleash-font-size-smaller: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user