diff options
Diffstat (limited to 'styles/layout.css')
-rw-r--r-- | styles/layout.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/styles/layout.css b/styles/layout.css index b4e2a76..5c8cc50 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -71,6 +71,23 @@ display: none; } +blockquote { + position: relative; + padding-left: 12px; + font-style: italic; + color: var(--heliotrope-gray); +} + +blockquote:before { + position: absolute; + content: ''; + top: 0; + bottom: 0; + left: 0; + width: 3px; + background-color: var(--cyan-process); +} + @media screen and (max-device-width: 550px) { .navAreaWrapper { grid-column: none; |