commit 19574fa5acc1708d4ea9f59179822918d7cadbfd parent 53634e6fec0e25bb85a0746d256ab72c01b30831 Author: MichaĆ M. Sapka <michal@sapka.me> Date: Sat, 25 Feb 2023 22:08:46 +0100 chore: change quote style Diffstat:
M | static/style.css | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -164,6 +164,15 @@ h2 { color: #000000; font-size: 1.5em; } +blockquote { + border: 0; + border-left: 3px; + border-style: solid; + border-color: #d2d2d2; + margin-left: 15px; + padding-left: 15px; + color: #666666; +} /* ----------- Articles images */ article figure {