summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 95942a9..c7f2014 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -49,7 +49,10 @@ body {
.footer-a {
color: white;
}
-.footer-a:hover {
+.footer-a:link,
+.footer-a:hover,
+.footer-a:visited,
+.footer-a:active {
color: white;
text-decoration: underline;
}