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:
parent
952384aeb2
commit
4effce5285
1 changed files with 4 additions and 0 deletions
|
@ -301,6 +301,10 @@
|
||||||
color: color-mod(var(--green) l(-5%));
|
color: color-mod(var(--green) l(-5%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-dashboard-summary .growth.positive:before {
|
||||||
|
content: "+";
|
||||||
|
}
|
||||||
|
|
||||||
.gh-dashboard-summary .growth.negative {
|
.gh-dashboard-summary .growth.negative {
|
||||||
background: color-mod(var(--yellow) a(20%));
|
background: color-mod(var(--yellow) a(20%));
|
||||||
color: color-mod(var(--yellow) l(-8%));
|
color: color-mod(var(--yellow) l(-8%));
|
||||||
|
|
Loading…
Add table
Reference in a new issue