chore: Change blog title hover color

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-09-02 21:01:04 +00:00
parent 7a7b106e1b
commit 7eea4e9e2d
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -50,6 +50,15 @@ a:hover {
background-color: #0f1315;
}
.bloglist-title {
a {
color: #ffffff !important;
}
a:hover {
color: #b8b7b7 !important;
}
}
img#banner-home-img {
padding: 0.3rem;
}