Blockquote Border Issue with Portage Design System
Posted: Thu Sep 11, 2025 10:42 am
I'm using the Portage design system, which references the Foundation Framework for formatting blockquotes
coc mod apk
I don't want that border, so I tried putting the following at the bottom of my custom Portage stylesheet, which is linked to the Portage Design:
When this didn't work, I also tried using a more specific selector and even !important, but the border remains:
Despite multiple cache flushes, nothing has worked. What simple thing am I missing?
coc mod apk
Code: Select all
margin: 0 0 1rem;
padding: .5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #cacaca;
Code: Select all
border-left: none;
Code: Select all
border-left: none;
Code: Select all
border-left: none !important;