mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
style: smaller left/right padding for highlighted text
This commit is contained in:
parent
07a398e38f
commit
1be94494ef
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
/* NOTE Text Highlight: Pad left and right */
|
/* NOTE Text Highlight: Pad left and right */
|
||||||
.md-typeset mark {
|
.md-typeset mark {
|
||||||
padding-left: 4px;
|
padding-left: 2px;
|
||||||
padding-right: 4px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* LINK https://github.com/squidfunk/mkdocs-material/issues/4964#issuecomment-1718085465 */
|
/* LINK https://github.com/squidfunk/mkdocs-material/issues/4964#issuecomment-1718085465 */
|
||||||
|
|
Loading…
Reference in a new issue