diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 19:49:43 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 19:49:43 -0800 |
commit | 0e394eaefb5d38db1d3f8c9c3fe4c78e9bc684d7 (patch) | |
tree | b2018abb9d5949ca21f4b9291722fc3088ed11d1 /source/css/theme.css | |
parent | 86c0f20b9cc434260aa40b11a3a19e911c7e5879 (diff) | |
download | my_new_personal_website-0e394eaefb5d38db1d3f8c9c3fe4c78e9bc684d7.tar.xz my_new_personal_website-0e394eaefb5d38db1d3f8c9c3fe4c78e9bc684d7.zip |
Slightly increase h1 font size
Regular text 150% => 160%, code 22px => 23px.
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 053860a4..8234d2e7 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -88,7 +88,7 @@ hr { h1 { text-align: center; - font-size: 150%; + font-size: 160%; font-weight: bold; } @@ -119,7 +119,7 @@ code { } h1 code { - font-size: 22px; + font-size: 23px; color: #000; } |