0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added '+' to positive growth on Dashboard

This commit is contained in:
Peter Zimon 2021-03-08 13:55:34 +01:00
parent 952384aeb2
commit 4effce5285

View file

@ -301,6 +301,10 @@
color: color-mod(var(--green) l(-5%));
}
.gh-dashboard-summary .growth.positive:before {
content: "+";
}
.gh-dashboard-summary .growth.negative {
background: color-mod(var(--yellow) a(20%));
color: color-mod(var(--yellow) l(-8%));