]> git.r.bdr.sh - rbdr/blog/commitdiff
Add the blockquote style
authorRuben Beltran del Rio <redacted>
Sat, 28 Jan 2023 20:07:04 +0000 (21:07 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 28 Jan 2023 20:07:04 +0000 (21:07 +0100)
static/css/style.css

index 4dfcaed4436805066866d59a8dd18c0c25837106..87329479deb1d60a749c70189a4afe3f24aea84b 100644 (file)
@@ -17,6 +17,11 @@ p {
   font-size: 1.125em;
 }
 
+blockquote {
+  border-left: 5px solid lightgray;
+  padding-left: 5px;
+}
+
 @media (prefers-color-scheme: dark) {
   body {
     color: white;