style: fix link background highlight on image links

This commit is contained in:
dogeystamp 2023-08-19 19:23:23 -04:00
parent 6f1f3f4ced
commit de9b13214b
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -118,7 +118,7 @@ img {
height: auto;
max-width: 100%;
width: auto;
margin-left: 1em;
padding: .25em;
}
.logo {
@ -179,14 +179,14 @@ footer {
padding: 1rem 15px;
}
a {
display: inline;
display: inline-flex;
text-decoration: none;
color: #aaaaaa;
border-radius: 0.1em;
font-weight: 500;
}
a:hover {
background-color: #555555;
background-color: #222222;
color: #aaaaaa;
}
p, pre, table, blockquote {