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