From 3f37cc90470295c13214536662b9c54a5a48e047 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 14 May 2015 21:36:01 -0700 Subject: add noscript tag for javascript embedded asciicast --- source/css/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/css') 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; +} -- cgit v1.2.1