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