diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-10-25 10:39:28 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-10-25 10:39:28 -0700 |
commit | 7c71e4421a199e2c3608533c6aaf2821b0ac03a5 (patch) | |
tree | d8d17ae3d7eb1552b1071fea4936ec241311ef32 /sass/custom | |
parent | bfd754423345d9637f8771bd5bdeb7ed2361f979 (diff) | |
download | my_new_personal_website-7c71e4421a199e2c3608533c6aaf2821b0ac03a5.tar.xz my_new_personal_website-7c71e4421a199e2c3608533c6aaf2821b0ac03a5.zip |
update "Ripping Copy-protected DVD With Mpv"
Also updated the style of blockquote.
Diffstat (limited to 'sass/custom')
-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; +} |