Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).
0
fork

Configure Feed

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

appview: highlight lines in amber

Akshay ff7593c4 4764945a

+1 -9
+1 -9
input.css
··· 246 246 } 247 247 248 248 .chroma .line:has(.ln:target) { 249 - background-color: rgba(140, 143, 161, 0.2); 249 + @apply bg-amber-400/30 dark:bg-amber-500/20 250 250 } 251 - 252 - @media (prefers-color-scheme: dark) { 253 - .chroma .line:has(.ln:target) { 254 - background-color: rgba(128, 135, 162, 0.2); 255 - } 256 - } 257 - 258 -