aboutsummaryrefslogtreecommitdiff
path: root/public/css/master.css
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-08-15 00:08:38 +0100
committerFrankie B <git@diskfloppy.me>2023-08-15 00:08:38 +0100
commitbc781baf1435cc05c375719a35f737826e5d6fd8 (patch)
tree9be8f984ee0f2eb9a7fc9b9cc96ba8b144ffae1d /public/css/master.css
parent4f10d73cf2ed810cf5bd0e8dc04fec132ca91ed3 (diff)
Underline links on hover
Diffstat (limited to 'public/css/master.css')
-rw-r--r--public/css/master.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css
index 27065be..347d65c 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -446,3 +446,7 @@ table.infotable tr td small {
.me p {
text-align: justify;
}
+
+a:hover {
+ text-decoration: underline;
+}