diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/custom/_styles.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 29bfa8d2..2f23ecfd 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -3,3 +3,8 @@ body { font-size: 1em; } + +article blockquote { + font-size: 1em; + color: #888888; +} |