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