summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-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;