diff --git a/themes/yoshi/templates/base.html b/themes/yoshi/templates/base.html
index bd2fa3c..ea8178f 100644
--- a/themes/yoshi/templates/base.html
+++ b/themes/yoshi/templates/base.html
@@ -22,19 +22,19 @@
}
a {
- color: rgba(180, 64, 134, 0.5);
+ color: rgba(180, 64, 134, 1.0);
text-decoration: none;
}
a.noticeable:hover {
- backgrounda-color: rgba(180, 64, 134, 0.15);
+ backgrounda-color: rgba(180, 64, 134, 0.5);
opacity: 0.4;
}
a.exlink {
- color: rgba(180, 64, 134, 0.5);
+ color: rgba(180, 64, 134, 1.0);
border-width: 1px;
- border-color: rgba(180, 64, 134, 0.5);
+ border-color: rgba(180, 64, 134, 1.0);
border-style: solid;
}