The Trans Directory
0
fork

Configure Feed

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

fix: internal link selector specificity

+7 -1
+7 -1
quartz/styles/base.scss
··· 64 64 color: var(--tertiary) !important; 65 65 } 66 66 67 - &.internal:not(:has(> img)) { 67 + &.internal { 68 68 text-decoration: none; 69 69 background-color: var(--highlight); 70 70 padding: 0 0.1rem; 71 71 border-radius: 5px; 72 + 73 + &:has(> img) { 74 + background-color: none; 75 + border-radius: 0; 76 + padding: 0; 77 + } 72 78 } 73 79 } 74 80