this repo has no description
0
fork

Configure Feed

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

Fade out yellow more

+2 -2
+2 -2
src/index.css
··· 47 47 --reply-to-color: var(--orange-color); 48 48 --reply-to-text-color: #b36200; 49 49 --favourite-color: var(--red-color); 50 - --reply-to-faded-color: #ffa60030; 50 + --reply-to-faded-color: #ffa60020; 51 51 --outline-color: rgba(128, 128, 128, 0.2); 52 52 --outline-hover-color: rgba(128, 128, 128, 0.7); 53 53 --divider-color: rgba(0, 0, 0, 0.1); ··· 94 94 --link-bg-hover-color: #34353799; 95 95 --reblog-faded-color: #b190f141; 96 96 --reply-to-text-color: var(--reply-to-color); 97 - --reply-to-faded-color: #ffa60027; 97 + --reply-to-faded-color: #ffa60017; 98 98 --divider-color: rgba(255, 255, 255, 0.1); 99 99 --bg-blur-color: #24252699; 100 100 --backdrop-color: rgba(0, 0, 0, 0.5);