mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
style: padding left and right of highlighted texts
This commit is contained in:
parent
7f55596cb1
commit
6269c5dccf
1 changed files with 5 additions and 0 deletions
|
@ -793,3 +793,8 @@
|
||||||
background: var(--md-primary-fg-color);
|
background: var(--md-primary-fg-color);
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-typeset mark {
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue