Underline links on hover

This commit is contained in:
Roscoe 2023-08-15 00:08:38 +01:00
parent 4f10d73cf2
commit bc781baf14

View file

@ -446,3 +446,7 @@ .me img {
.me p {
text-align: justify;
}
a:hover {
text-decoration: underline;
}