style: fix text decoration
All checks were successful
Deploy Blog / build (push) Successful in 19s

This commit is contained in:
Marcius 2024-07-01 23:33:56 +01:00
parent fef7a39ebf
commit d1b59de632

View file

@ -99,12 +99,12 @@ h1, h2, h3 {
border-radius: 10px;
}
project p {
.projects p {
color: #AAAAAA;
text-decoration: none;
}
.article a {
.articles a {
text-decoration: none;
}