diff --git a/static/style.css b/static/style.css index 58afb91..178066c 100644 --- a/static/style.css +++ b/static/style.css @@ -335,6 +335,10 @@ b, b > *, .activityTitle, .activityTitle > *, .bold { font-family: "RubikBold", Verdana, Geneva, Tahoma, sans-serif; } +underline { + text-decoration: underline; +} + .activityTitle { text-decoration: underline; }