summaryrefslogtreecommitdiff
path: root/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/style.css b/styles/style.css
index fe7c56c..29ed200 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -76,16 +76,16 @@ a:hover {
max-height: 600px;
}
-nav a {
+.nav_button {
background-color: #00728B;
border: 1px solid black;
- color: #FFF;
+ color: white;
padding: 3px;
text-decoration: none;
}
-nav a:hover {
- color: #FFF;
+.nav_button:hover {
+ color: white;
background-color: #009FC1;
}