# HG changeset patch # User Mads Kiilerich # Date 1462317505 -7200 # Node ID 9a5cf82c1ea89fa778aa205b6f57a044961e1ac0 # Parent 0a6da75d6b07bbc3bf475ddbfc956d68c39c2789 pullrequests: make the red "Not Approved" color less flashy diff -r 0a6da75d6b07 -r 9a5cf82c1ea8 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed May 04 01:18:25 2016 +0200 +++ b/kallithea/public/css/style.css Wed May 04 01:18:25 2016 +0200 @@ -2603,7 +2603,7 @@ color: #81ba51; } .changeset-status-rejected { - color: #cc392e; + color: #d06060; } .changeset-status-under_review { color: #ffc71e;