From f2956e31a2e7d76bee531ae2bac85d6d1a862bff Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 24 Aug 2023 09:12:42 +0200 Subject: [PATCH] assets/css/app.css aktualisiert --- assets/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index e97c6f0..d1d9858 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -92,8 +92,8 @@ } .prose h2 { @apply before:font-light before:text-theme-secondary; } - .prose h3 { @apply before:font-light before:text-theme-blue; } - .prose h4 { @apply before:font-light before:text-theme-purple; } + .prose h3 { @apply before:font-light before:text-theme-tertiary; } + .prose h4 { @apply before:font-light before:text-theme-quaternary; } -- 2.39.5