From 1439b4263705579680157c10d95865b86cc130a7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Dec 2023 12:15:01 -0800 Subject: [PATCH] chore: consolidate more styles --- src/assets/styles/index.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 57a1a84f..b6fbb8df 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -127,7 +127,6 @@ p { } blockquote { - font-style: italic; margin: 1.25rem 0; padding-left: .875rem; border-left: 4px solid var(--gray-400); @@ -162,6 +161,7 @@ h2 > a.header-anchor, font-weight: 700; } +blockquote, em { font-style: italic; } @@ -188,11 +188,7 @@ hr { border: 0; } -hr.large__spacing { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} - +hr.large__spacing, hr.footnotes-sep { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -257,8 +253,6 @@ article { .now__topper h2 { font-size: var(--font-size-xl); line-height: var(--line-height-xl); - display: inline; - line-height: 1.25; margin-bottom: 1rem; }