From 98679a6aac562451ad143f76d5f39b378d9912fd Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 7 Sep 2024 00:41:53 +0300 Subject: [PATCH] styles --- quartz/styles/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 5086036cb..1a7ad4b8c 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -20,6 +20,7 @@ a.internal { .recent-notes>ul.recent-ul>li .section>.desc>span>a { padding: 0; + background: none; } .search>#search-container { @@ -63,4 +64,8 @@ h3 { h4 { margin-top: 2rem; font-size: 1.2rem; +} + +.page article p>strong { + color: var(--secondary); } \ No newline at end of file