style: fix link background highlight on image links
This commit is contained in:
parent
6f1f3f4ced
commit
de9b13214b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user