The Trans Directory
0
fork

Configure Feed

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

fix: font weight in search

+2 -1
+2 -1
quartz/components/styles/search.scss
··· 95 95 border-bottom: none; 96 96 width: 100%; 97 97 98 - // normalize button props 98 + // normalize card props 99 99 font-family: inherit; 100 100 font-size: 100%; 101 101 line-height: 1.15; ··· 104 104 text-align: left; 105 105 background: var(--light); 106 106 outline: none; 107 + font-weight: inherit; 107 108 108 109 & .highlight { 109 110 color: var(--secondary);