diff --git a/epicyon-profile.css b/epicyon-profile.css index 513fc1d39..f2e20ffd1 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -57,6 +57,7 @@ --icons-side: right; --title-color: #999; --focus-color: white; + --quote-right-margin: 0.25em; } @font-face { @@ -105,6 +106,7 @@ blockquote:after { content: close-quote; font-size: 2em; line-height: 0.1em; + margin-left: var(--quote-right-margin); vertical-align: -0.4em; } blockquote p { diff --git a/theme.py b/theme.py index 21262190b..38d036b86 100644 --- a/theme.py +++ b/theme.py @@ -375,6 +375,7 @@ def setThemeStarlight(baseDir: str): "place-color": "#ffc4bc", "event-color": "#ffc4bc", "image-corners": "2%", + "quote-right-margin": "0.25em", "*font-family": "'bgrove'", "*src": "url('fonts/bgrove.woff2') format('woff2')" } @@ -777,6 +778,7 @@ def setThemeSolidaric(baseDir: str): "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", + "quote-right-margin": "0", "*font-family": "'solidaric'", "*src": "url('./fonts/solidaric.woff2') format('woff2')", "**src": "url('./fonts/solidaric-italic.woff2') format('woff2')"