summaryrefslogtreecommitdiff
path: root/tools/style.css
diff options
context:
space:
mode:
authorroot2014-11-17 01:42:48 +0100
committerroot2014-11-17 01:42:48 +0100
commitf7755964e8703d66cee123a18519a07d49df0ae0 (patch)
treed86a933802e200cf5d4e487afbd9d8bb121f5146 /tools/style.css
parent4168f7aff52f6e7cf7320e42252227dac5169c4a (diff)
downloadtools.iamfabulous.de-f7755964e8703d66cee123a18519a07d49df0ae0.tar.gz
modified for use case
Diffstat (limited to 'tools/style.css')
-rw-r--r--tools/style.css8
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;
+}