1
0
Fork 0
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:
Tyler Nguyen 2024-11-13 05:58:43 -06:00
parent 07a398e38f
commit 1be94494ef
No known key found for this signature in database

View file

@ -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 */