diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-10-24 00:50:09 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-10-24 00:50:09 -0700 |
commit | b24db73a4077ce358deaba83aff8fc25f9f17a38 (patch) | |
tree | 0d6612a6179dfe9b28c2c0fa93e7ea8811ef1c0d /sass/custom/_styles.scss | |
parent | aa5a0c70671ea40e86e20e42a18e399021e8bb55 (diff) | |
download | my_new_personal_website-b24db73a4077ce358deaba83aff8fc25f9f17a38.tar.xz my_new_personal_website-b24db73a4077ce358deaba83aff8fc25f9f17a38.zip |
customize theme
Diffstat (limited to '')
-rw-r--r-- | sass/custom/_styles.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 91ffcccf..29bfa8d2 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -1,2 +1,5 @@ // This File is imported last, and will override other styles in the cascade // Add styles here to make changes without digging in too much +body { + font-size: 1em; +} |