Fix comment typo

This commit is contained in:
Matthias 2023-10-18 20:02:54 +02:00
parent 4f17452b98
commit 101cac48ba

View File

@ -2,7 +2,7 @@
$fontsize-small: 0.8rem;
:root {
// default profit loss colors, could be overwriten by setProfitLossColorsCSS
// default profit loss colors, could be overwritten by custom style
--color-profit: #12bb7b;
--color-loss: #ef5350;
}