diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-14 21:36:01 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-14 21:36:01 -0700 |
commit | 3f37cc90470295c13214536662b9c54a5a48e047 (patch) | |
tree | c45c5458a7158bac600855267e02842a75af2c29 /source/css/theme.css | |
parent | 2011b92f4a75035c261686969a5b9376ad237570 (diff) | |
download | my_new_personal_website-3f37cc90470295c13214536662b9c54a5a48e047.tar.xz my_new_personal_website-3f37cc90470295c13214536662b9c54a5a48e047.zip |
add noscript tag for javascript embedded asciicast
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 7d140c80..8d715bfe 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -168,3 +168,11 @@ div.indextoc ul li time.tocdate { float: left; width: 5em; } + +noscript { + color: #aaa; +} + +noscript a { + color: #aaa; +} |