This repository has no description
0

Configure Feed

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

at main 520 B View raw
1:root { 2 --sd-heading1-size: 4.5vw; 3 --sd-heading1-line-height: 1; 4 --sd-heading2-size: 5vw; 5 --sd-heading2-line-height: 1; 6 --sd-text-size: 2.2vw; 7 --sd-text-line-height: 1.2; 8 --sd-caption-font-size: 1vw; 9 --sd-caption-line-height: 1; 10 11 --sd-background-color: #cfeffb; 12 --sd-heading-color: #24c67a; 13 --sd-text-color: rgba(36, 36, 36, 0.87); 14 --sd-primary-color: rgb(37, 186, 146); 15 --sd-caption-color: rgba(255, 255, 255, 0.7); 16 --sd-caption-bgcolor: rgba(36, 36, 36, 0.7); 17}