diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-29 18:19:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-29 18:19:29 -0700 |
| commit | 022de93b3b270e0f8294d7c0912ebb3d2c05b9e7 (patch) | |
| tree | 08042a3a691b6b7ce2ba13ea99acc2092fdee3ae /styles/carbon.css | |
| parent | 6e232a67dc1caa633865c16b7c02b81338e1246e (diff) | |
add blockquote processing
Diffstat (limited to 'styles/carbon.css')
| -rw-r--r-- | styles/carbon.css | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |
