diff options
Diffstat (limited to 'source/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; +} |