aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css
index b7aae97..d2b423e 100644
--- a/static/main.css
+++ b/static/main.css
@@ -9,7 +9,8 @@ a {
}
a:hover {
- text-decoration: underline;
+ color: black;
+ text-decoration: none;
}
.logo {