summaryrefslogtreecommitdiff
path: root/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/styles/style.css b/styles/style.css
index e0b7358..fe7c56c 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -46,6 +46,15 @@ form {
display: inline-block;
}
+a {
+ color: #000;
+}
+
+a:hover {
+ color:#373737;
+ text-decoration: none;
+}
+
#title {
color: #eee;
margin: 20px;
@@ -76,6 +85,7 @@ nav a {
}
nav a:hover {
+ color: #FFF;
background-color: #009FC1;
}
@@ -87,15 +97,6 @@ nav a:hover {
width: 30%;
}
-table a {
- color: #000;
-}
-
-table a:hover {
- color:#373737;
- text-decoration: none;
-}
-
h1, h4 {
margin-top: 2px;
margin-bottom: 10px;