# HG changeset patch # User bsw # Date 1340635075 -7200 # Node ID a187fdae2f483922f052bb4702ad6d7a5660c1b7 # Parent 0c756a7fb8e76ca0e6e679dc5b49f70291a6d059 Changed notifications red to orange diff -r 0c756a7fb8e7 -r a187fdae2f48 static/style.css --- a/static/style.css Mon Jun 25 16:34:47 2012 +0200 +++ b/static/style.css Mon Jun 25 16:37:55 2012 +0200 @@ -581,9 +581,9 @@ div.notifications { margin-top: 1ex; - background-color: #fdd; + background-color: #fda; padding: 0.5ex; - border: 1px solid #fbb; + border: 1px solid #fa0; } .notifications ul {