Underline links on hover

This commit is contained in:
floppydiskette 2023-08-15 00:08:38 +01:00
parent ae78f53fe6
commit a7ea015b36
No known key found for this signature in database

View file

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