blob: 5293a1c9f5b86a10ecfcb2eff0d8172ec5af01d7 (
plain) (
blame)
1
2
3
4
5
6
7
|
.status { color: @text-color; }
.status-added { color: @text-color-success; }
.status-ignored { color: @text-color-subtle; }
.status-modified { color: @text-color-warning; }
.status-removed { color: @text-color-error; }
.status-renamed { color: @text-color-info; }
|