diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-11-26 15:47:35 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-11-26 15:47:35 -0800 |
commit | 6aa3552cf87ba9cd7258bca0e7fa80beb925cd6d (patch) | |
tree | d8ab8b47393055caeb41afaea9077531de20cd20 /source/css | |
parent | 4896ad95d83c661ce5c8147492dec2c7fdf4d9e6 (diff) | |
download | my_new_personal_website-6aa3552cf87ba9cd7258bca0e7fa80beb925cd6d.tar.xz my_new_personal_website-6aa3552cf87ba9cd7258bca0e7fa80beb925cd6d.zip |
theme.css: change color of inline code to #777
Droid Sans Mono doesn't stand out too well in a wall of PT
Serif. Changing to a greyish color doesn't disrupt the black-and-white
feel of the website, while giving inline code a bit more distinction.
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index cebddf6e..2394024e 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -111,6 +111,7 @@ a { code { font-size: 0.95em; + color: #777; font-family: 'Droid Sans Mono', 'Courier', monospace; } @@ -129,6 +130,7 @@ pre[class*=sourceCode] { pre code { font-size: 0.91em; line-height: 135%; + color: #333; } blockquote { |