diff options
Diffstat (limited to 'tools/style.css')
| -rw-r--r-- | tools/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/style.css b/tools/style.css index c42a75b..02249d3 100644 --- a/tools/style.css +++ b/tools/style.css @@ -31,6 +31,10 @@ a { color: white; } +.noscript { + background-color: #dd5148; + color: white; +} /* footer */ @@ -52,3 +56,7 @@ a { color: white; text-decoration: underline; } + +.underline { + text-decoration: underline; +} |
