1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 07:13:25 +00:00

css: change removal of webcomic padding

This commit is contained in:
Phantop 2024-10-29 17:33:17 -04:00
parent 1149d8e317
commit 7efbd1e348

View file

@ -61,8 +61,8 @@ div#outer.wrapper { //ao3
}
.logo a span:not(:hover), .logo a:hover { color: mediumpurple }
// remove padding between webcomic images for comic category
&:has(.entry-meta [href="/category/74/entries"]) article { font-size: 0 }
// remove padding between webcomic images for atla comic
&:has(.entry-website [href="/feed/1237/entries"]) article { font-size: 0 }
#grease-anchor { color: var(--counter-color); margin-inline-start: 4px; }
h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}}