summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 45999ed..1b3d067 100644
--- a/static/style.css
+++ b/static/style.css
@@ -131,6 +131,10 @@ a, a:visited {
cursor: pointer;
}
+p a {
+ text-decoration: underline;
+}
+
a:hover {
text-decoration: underline !important;
}