From 1e1622d930d343af3a5d7abdd7768c48ab89f0cf Mon Sep 17 00:00:00 2001 From: byte Date: Thu, 1 May 2025 16:33:36 +0000 Subject: [PATCH] change styling a bit more --- quartz/styles/custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 5d4a1d5..6e46303 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -49,6 +49,9 @@ border-bottom: 1px solid var(--secondary); .popover-hint div.table-container table thead tr th { border-bottom: 2px solid var(--secondary); } +.popover-hint h1 { +color: var(--tertiary); +} .popover-hint h2 { color: var(--secondary); }