diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index ba029495..c1d0d379 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -134,16 +134,6 @@ a:hover { text-decoration-style: dotted; } -figure.quote { - border-left: 3px solid var(--calitp-purple-4); - padding-left: 2rem; -} - -figure.quote figcaption { - font-size: calc(16rem / 16); - font-style: italic; -} - .red-link { background-color: var(--calitp-red-5); color: var(--bs-white);