This repository has no description
0

Configure Feed

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

fix: stone colours

+10 -10
+10 -10
src/webapp/styles/theme.tsx
··· 28 28 '#b14000', 29 29 ], 30 30 stone: [ 31 - '#fff1f5', 32 - '#ede6e7', 33 - '#d0cccd', 34 - '#b3b1b2', 35 - '#999999', 36 - '#8b8b8b', 37 - '#858484', 38 - '#747172', 39 - '#6a6365', 40 - '#605457', 31 + '#fafaf9', 32 + '#f5f5f4', 33 + '#e7e5e4', 34 + '#d6d3d1', 35 + '#a8a29e', 36 + '#78716c', 37 + '#57534e', 38 + '#44403c', 39 + '#292524', 40 + '#0c0a09', 41 41 ], 42 42 blue: [ 43 43 '#e3faff',