this repo has no description
1
fork

Configure Feed

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

fix: Improve green color to not hurt my eyes

+2 -2
+2 -2
internal/assets/css/screen.css
··· 17 17 /* Content Elements */ 18 18 --img-placeholder: #bbb; 19 19 --author-color: #aaa; 20 - --link-color: #6c3; 20 + --link-color: #2c6e2f; 21 21 --quote-color: #d5b; 22 22 --header-color: #aaa; 23 23 ··· 63 63 /* Content Elements */ 64 64 --img-placeholder: #333; 65 65 --author-color: #888; 66 - --link-color: #8e5; 66 + --link-color: #66bb6a; 67 67 --quote-color: #e6c; 68 68 --header-color: #888; 69 69