Markdown: fix a-tag highlights
This commit is contained in:
parent
9128bf5799
commit
ad3e662b6f
2 changed files with 4 additions and 1 deletions
|
@ -23,11 +23,14 @@ main.post-listing ul li {
|
|||
main.post-listing img {
|
||||
height: 232px;
|
||||
width: 464px;
|
||||
object-fit: contain;
|
||||
object-fit: cover;
|
||||
}
|
||||
main.post-listing img:hover {
|
||||
filter: drop-shadow(0 0 6px rgba(0,0,0,0.3));
|
||||
}
|
||||
main.post-listing .highlight-this {
|
||||
color: var(--accent-color);
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
main.post-listing ul {
|
||||
gap: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue