diff --git a/data/rugby.css b/data/rugby.css index 828c4306b1274facaa4a75ce77c5fce6e8777cbe..7f5dc218647fe6de54620739e6f1827b799dffcf 100644 --- a/data/rugby.css +++ b/data/rugby.css @@ -10,18 +10,18 @@ .possibility.score-block.try { - /* Scarlet red */ + /* Chameleon */ background-image: linear-gradient(to top, - #a40000, - #cc0000); + #4e9a06, + #73d216); } .possibility.score-block.utry { - /* Chameleon */ + /* Scarlet red */ background-image: linear-gradient(to top, - #4e9a06, - #73d216); + #a40000, + #cc0000); } .possibility.score-block.kick