1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 00:23:13 -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 */
.md-typeset mark {
padding-left: 4px;
padding-right: 4px;
padding-left: 2px;
padding-right: 2px;
}
/* LINK https://github.com/squidfunk/mkdocs-material/issues/4964#issuecomment-1718085465 */