From a7811bf3f8675e2c71dacd61377b60ad1bfad248 Mon Sep 17 00:00:00 2001 From: Gabriela Hanna Date: Wed, 26 Feb 2025 14:22:32 -0600 Subject: [PATCH] add styling for existing h3 elements as to not be affected by new CUE h2 an h3 inputs; comment fix --- layouts/shortcodes/header.html | 3 ++- static/css/cards/story.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/header.html b/layouts/shortcodes/header.html index 151f2f8d..8cac70c9 100644 --- a/layouts/shortcodes/header.html +++ b/layouts/shortcodes/header.html @@ -8,7 +8,8 @@

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce te Sample Newspaper
- + + 35 diff --git a/static/css/cards/story.css b/static/css/cards/story.css index ab18c9f5..940ed3d5 100644 --- a/static/css/cards/story.css +++ b/static/css/cards/story.css @@ -27,7 +27,7 @@ } } -.story-body h3 { +.story-body h3:not(.h3) { font-size: var(--h2); }