Compare commits

...
Author SHA1 Message Date
Matthew Russell 5abb0302a3 fix: update fonts for pennant 2023-08-28 08:35:23 -07:00
+4
View File
@@ -64,6 +64,10 @@ html.dark {
html [data-theme='dark'],
html [data-theme='light'] {
/* fonts */
--pennant-font-family-base: theme(fontFamily.alpha);
--pennant-font-family-monospace: theme(fontFamily.mono);
/* sell candles only use stroke as the candle is solid (without border) */
--pennant-color-sell-stroke: theme(colors.market.red.DEFAULT);