Improve blockquote styles
alex wennerberg alex@alexwennerberg.com
Mon, 04 Jan 2021 20:55:21 -0800
1 files changed,
9 insertions(+),
0 deletions(-)
jump to
M
templates/static/style.css
→
templates/static/style.css
@@ -20,6 +20,10 @@ input[type="text"], input[type="password"], textarea {
color: white; background-color: #121212; } + blockquote { + background-color: #121212; + border-left: .5em solid black; + } } @media only screen and (max-width: 600px) { body {@@ -138,4 +142,9 @@ }
blockquote { font-style: italic; + background: #f9f9f9; + border-left: .5em solid #ccc; + margin-bottom: 0px; + margin-top: 0px; + padding: .5em 10px; }