aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-01-08 19:49:43 -0800
committerZhiming Wang <zmwangx@gmail.com>2016-01-08 19:49:43 -0800
commit0e394eaefb5d38db1d3f8c9c3fe4c78e9bc684d7 (patch)
treeb2018abb9d5949ca21f4b9291722fc3088ed11d1 /source/css
parent86c0f20b9cc434260aa40b11a3a19e911c7e5879 (diff)
downloadmy_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 '')
-rw-r--r--source/css/theme.css4
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;
}