summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-04 20:26:40 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-04 20:26:40 +0200
commit7368363bb53e90c836b035f03bea1adf646a4318 (patch)
tree2d1cd53be09a916846f346c5f24f3c69b67bacfd /static
parentd7a977ce2996e1d73db5cb5b3035ae41f8acfbbf (diff)
downloadwww-7368363bb53e90c836b035f03bea1adf646a4318.tar.gz
www-7368363bb53e90c836b035f03bea1adf646a4318.tar.bz2
www-7368363bb53e90c836b035f03bea1adf646a4318.zip
new link colors
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 6e9493b..4ebcbf4 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -47,20 +47,27 @@ footer{
a {
text-decoration: none;
font-weight: bold;
- color: #900;
+ color: #d00;
}
a:hover {
color: #320000;
+ text-decoration: none;
+}
+
+
+nav a {
+ color: #000;
+}
+
+nav a:hover {
+ color: #d00;
}
.about {
text-align: right;
}
-#content, #services {
- margin-top: 3em;
-}
#services .img {
text-align: center;