diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index a8003a3..363fa42 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -1183,7 +1183,7 @@ body::after { padding-top: var(--space-8); border-top: 1px solid var(--color-border); } -.story-footer a { +.story-footer a:not(.back-pill) { font-family: var(--font-ui); font-size: var(--text-sm); color: var(--color-accent); diff --git a/themes/intotheeast/templates/story.html.twig b/themes/intotheeast/templates/story.html.twig index 09122b8..549bf83 100644 --- a/themes/intotheeast/templates/story.html.twig +++ b/themes/intotheeast/templates/story.html.twig @@ -58,7 +58,7 @@ {{ page.content|raw }}