diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index 5b64ac3..6632372 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -24,12 +24,12 @@
}
a {
- color: rgb(255, 20, 147, 0.15);
+ color: deeppink;
text-decoration: none;
}
a.noticeable:hover {
- background-color: deeppink;
+ background-color: rgb(255, 20, 147, 0.15);
opacity: 0.4;
}