this repo has no description
fork

Configure Feed

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

at main 32 lines 578 B view raw
1content, 2nav { 3 font-family: "Andada Pro"; 4 font-size: var(--font-size); 5 font-weight: var(--normal-weight); 6 font-style: normal; 7 font-feature-settings: 8 "liga" 1, 9 "calt" 1; 10 11 line-height: 1.6; 12 text-wrap: stable; 13} 14 15::selection { 16 background-color: var(--selection-background); 17 color: var(--selection-foreground); 18} 19 20::-moz-selection { 21 background-color: var(--selection-background); 22 color: var(--selection-foreground); 23} 24 25a { 26 color: var(--palette12); 27 28 &:hover, 29 &:visited { 30 color: var(--palette4); 31 } 32}