The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: make :has img selector direct

+1 -1
+1 -1
quartz/styles/base.scss
··· 64 64 color: var(--tertiary) !important; 65 65 } 66 66 67 - &.internal:not(:has(img)) { 67 + &.internal:not(:has(> img)) { 68 68 text-decoration: none; 69 69 background-color: var(--highlight); 70 70 padding: 0 0.1rem;