mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
style: smaller font size for definition lists
This commit is contained in:
parent
f4e7f8f9b3
commit
e5acb1c183
1 changed files with 5 additions and 0 deletions
|
@ -125,6 +125,11 @@ body {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* NOTE Definition List */
|
||||||
|
.md-typeset dl {
|
||||||
|
font-size: .7rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* LINK https://github.com/squidfunk/mkdocs-material/discussions/6757#discussioncomment-10100386 */
|
/* LINK https://github.com/squidfunk/mkdocs-material/discussions/6757#discussioncomment-10100386 */
|
||||||
.md-tooltip2>.md-typeset {
|
.md-tooltip2>.md-typeset {
|
||||||
color: var(--tooltip-color);
|
color: var(--tooltip-color);
|
||||||
|
|
Loading…
Reference in a new issue