capsul.org webapp
4
fork

Configure Feed

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

add fontz

+20
+20
capsulflask/static/style.css
··· 1 + 2 + @font-face { 3 + font-family: "BerkeleyMono"; 4 + src: 5 + url("BerkeleyMono-Regular.ttf") format("ttf"); 6 + font-weight: normal; 7 + font-style: normal; 8 + } 9 + 10 + @font-face { 11 + font-family: "BerkeleyMono"; 12 + src: 13 + url("BerkeleyMono-Bold.ttf") format("ttf"); 14 + font-weight: bold; 15 + font-style: normal; 16 + } 17 + 18 + 19 + 20 + 1 21 @media (prefers-color-scheme: light) { 2 22 .yellow { 3 23 color: rgba(221, 169, 56, 1) !important;