a tool for shared writing and social publishing
0
fork

Configure Feed

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

adjusted default highligh values to be more middle of the road lightness, so that they are legible on both dark and light backgrounds

celine 90d9013b c889ce4f

+2 -2
+2 -2
components/ThemeManager/ThemeProvider.tsx
··· 23 23 "theme/accent-background": "#0000FF", 24 24 "theme/accent-text": "#FFFFFF", 25 25 "theme/highlight-1": "#FFFFFF", 26 - "theme/highlight-2": "#FFF5D2", 27 - "theme/highlight-3": "#F0F7FA", 26 + "theme/highlight-2": "#EDD280", 27 + "theme/highlight-3": "#9FC4C2", 28 28 }; 29 29 30 30 function setCSSVariableToColor(el: HTMLElement, name: string, value: Color) {