From 61c67202850125d2f1d88831aafad554008a5532 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Fri, 6 Sep 2024 23:15:24 +0300 Subject: [PATCH] text-highlight --- quartz/styles/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index bcfde7a14..4ae9da854 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -43,4 +43,9 @@ li.section-li>.section .meta { .article-title { margin: 0.5rem 0 0; +} + +.text-highlight { + margin: -3px -3px -6px; + padding: 3px 3px 6px; } \ No newline at end of file