diff options
author | EuAndreh <eu@euandre.org> | 2020-08-31 08:58:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-31 08:58:57 -0300 |
commit | 2d8be52ccd02a3798e5695ab367cdaef33db325f (patch) | |
tree | 3f15646cf440214dfbc80e593de3edd39643adfc | |
parent | styles.css: Decrease max-width from 1000px to 700px (diff) | |
download | euandre.org-2d8be52ccd02a3798e5695ab367cdaef33db325f.tar.gz euandre.org-2d8be52ccd02a3798e5695ab367cdaef33db325f.tar.xz |
styles.css: Add custom style for blockquotes
-rw-r--r-- | styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -55,6 +55,13 @@ section.header { font-style: italic; } +blockquote { + font-style: italic; + color: dimgrey; + padding-left: 10px; + border-left: 3px solid #ccc; +} + /* Footer */ |