From 022de93b3b270e0f8294d7c0912ebb3d2c05b9e7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 29 Oct 2025 18:19:29 -0700 Subject: add blockquote processing --- styles/carbon.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'styles') diff --git a/styles/carbon.css b/styles/carbon.css index 2cc3575..42e5743 100644 --- a/styles/carbon.css +++ b/styles/carbon.css @@ -286,22 +286,17 @@ blockquote { background: linear-gradient(90deg, rgba(201, 170, 113, 0.1), transparent); padding: 15px 20px; margin: 1.5em 0; - font-style: italic; color: var(--text-secondary); position: relative; } blockquote::before { - content: '"'; font-size: 3em; color: var(--accent-gold); opacity: 0.3; position: absolute; - top: -10px; - left: 10px; } -/* Tables with FFXIV UI styling */ table { width: 100%; border-collapse: separate; @@ -603,7 +598,6 @@ img { font-size: 1.3em; } } -Blockquote /* Animation for page load */ @keyframes fadeIn { from { -- cgit v1.2.3