No text decoration on links global

This commit is contained in:
2024-11-30 16:32:57 +01:00
parent df1d12d88c
commit 4448acb765

View File

@@ -41,3 +41,7 @@ h3 {
font-size: 24px;
font-weight: 300;
}
a {
text-decoration: none;
}