diff options
| author | root | 2014-11-17 01:42:48 +0100 |
|---|---|---|
| committer | root | 2014-11-17 01:42:48 +0100 |
| commit | f7755964e8703d66cee123a18519a07d49df0ae0 (patch) | |
| tree | d86a933802e200cf5d4e487afbd9d8bb121f5146 /tools/style.css | |
| parent | 4168f7aff52f6e7cf7320e42252227dac5169c4a (diff) | |
| download | tools.iamfabulous.de-f7755964e8703d66cee123a18519a07d49df0ae0.tar.gz | |
modified for use case
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; +} |
