drip.css: agregarle DRIP a las citas
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Cat /dev/Nulo 2021-11-01 10:12:16 -03:00
parent e41da81bac
commit cff655085d

View file

@ -17,3 +17,9 @@ abbr {
pre { pre {
overflow-x: auto; overflow-x: auto;
} }
blockquote {
border-left: solid 3px black;
margin: auto .5em;
padding-left: 1em;
}