diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-16 22:46:21 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-16 22:46:21 -0700 |
commit | 2742ec7a947ce6195bdcbbdeefa17f04502e66b7 (patch) | |
tree | b6a0521694dc2e4bbe3c905b81f430b1e9fc394b /source/css | |
parent | 3f37cc90470295c13214536662b9c54a5a48e047 (diff) | |
download | my_new_personal_website-2742ec7a947ce6195bdcbbdeefa17f04502e66b7.tar.xz my_new_personal_website-2742ec7a947ce6195bdcbbdeefa17f04502e66b7.zip |
update to "Searchable settings are one honking great idea..."
Diffstat (limited to '')
-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 8d715bfe..b8eecde6 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -170,9 +170,9 @@ div.indextoc ul li time.tocdate { } noscript { - color: #aaa; + color: #ccc; } noscript a { - color: #aaa; + color: #ccc; } |