git ssb

30+

cel / git-ssb-web



Commit f8499163d96b13b7fbb2df2ec901dc5c88ad2013

updated to correct colors

austin committed on 4/26/2020, 2:11:52 AM
Parent: e279da804093d1c3a4958b93bec995d7da77fd5b

Files changed

static/styles.csschanged
static/styles.cssView
@@ -416,13 +416,13 @@
416416 .issue-state {
417417 }
418418
419419 .issue-state-open {
420- color: green;
420 + color: #38ae67;
421421 }
422422
423423 .issue-state-closed {
424- color: red;
424 + color: #d84a38;
425425 }
426426
427427 /* issue */
428428

Built with git-ssb-web