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 b2fca0fd1d

View file

@ -99,16 +99,17 @@ h1, h2, h3 {
border-radius: 10px;
}
project p {
.projects p {
color: #AAAAAA;
margin: 0px;
}
.articles a,
.projects a {
text-decoration: none;
}
.article a {
text-decoration: none;
}
.article:hover, .project:hover {
.article:hover {
background: <% opt.style.white_sub_background %>;
}