this repo has no description
0
fork

Configure Feed

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

Better contrast in dark mode

+5
+5
src/index.css
··· 150 150 mediumslateblue 70%, 151 151 var(--text-color) 30% 152 152 ); 153 + --button-bg-color: color-mix( 154 + in srgb, 155 + var(--blue-color) 80%, 156 + var(--bg-color) 20% 157 + ); 153 158 --reblog-faded-color: #b190f141; 154 159 --reply-to-text-color: var(--reply-to-color); 155 160 --reply-to-faded-color: #ffa60017;