chore: Change blog title hover color
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
7a7b106e1b
commit
7eea4e9e2d
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue