summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 05:25:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 05:25:53 +0100
commit25bb49a5f57a7e139dcafee0456dca2ddfcfc525 (patch)
treeace24d8d4a85bdb3e1b28171192bf457cc8cc2be /styles.css
parent7dbbad5ec79be7a5338421ffd88bc9e2ac5dde5e (diff)
downloadwww-25bb49a5f57a7e139dcafee0456dca2ddfcfc525.tar.gz
www-25bb49a5f57a7e139dcafee0456dca2ddfcfc525.tar.bz2
www-25bb49a5f57a7e139dcafee0456dca2ddfcfc525.zip
colors / links
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/styles.css b/styles.css
index 3ab6ff25..6bb3301a 100644
--- a/styles.css
+++ b/styles.css
@@ -15,11 +15,12 @@ html {
}
.c_acronym {
- background-color: #7A9F35;
+ background-color: #A5C663;
}
#body_content a,
+#body_content a:link,
#body_content a:visited {
text-decoration: underline;
color: black;
@@ -30,6 +31,18 @@ html {
background-color: rgba(200, 200, 200, 0.5);
}
+footer a,
+footer a:link,
+footer a:visited {
+ text-decoration: underline;
+ color: white;
+}
+
+footer a:hover {
+ transition: background-color 0.3s;
+ background-color: rgba(100, 100, 100, 0.5);
+}
+
.c_intro {
min-height: 97vh;
}
@@ -51,6 +64,17 @@ html {
color: black;
}
+.btn-dark {
+ background-color: #9d9d9d;
+}
+
+
+#mybody nav {
+ border-radius: 0px;
+}
+
footer {
- margin-top: 2em;
+ padding-top: 2em;
+ background-color: #222;
+ color: white;
}