this repo has no description
at workflows 555 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} 13 14::selection { 15 background-color: var(--selection-background); 16 color: var(--selection-foreground); 17} 18 19::-moz-selection { 20 background-color: var(--selection-background); 21 color: var(--selection-foreground); 22} 23 24a { 25 color: var(--palette12); 26 27 &:hover, 28 &:visited { 29 color: var(--palette4); 30 } 31}