Custom underline tag

This commit is contained in:
bingus_violet 2024-11-13 23:04:58 -06:00
parent 6f4feb2d15
commit dde5fbcce9

View file

@ -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;
}