Skip to content
Snippets Groups Projects
Commit f64bee2a authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Make the colours a bit nicer

parent 1e997a17
No related branches found
No related tags found
No related merge requests found
...@@ -6,17 +6,23 @@ ...@@ -6,17 +6,23 @@
.cell.level-cell.fill-block.score-try .cell.level-cell.fill-block.score-try
{ {
/* Scarlet red */ /* Scarlet red */
background-color: #cc0000; background-image: linear-gradient(to top,
#a40000,
#cc0000);
} }
.cell.level-cell.fill-block.score-utry .cell.level-cell.fill-block.score-utry
{ {
/* Chameleon */ /* Chameleon */
background-color: #edd400; background-image: linear-gradient(to top,
#4e9a06,
#73d216);
} }
.cell.level-cell.fill-block.score-kick .cell.level-cell.fill-block.score-kick
{ {
/* Butter */ /* Butter */
background-color: #73d216; background-image: linear-gradient(to top,
#c4a000,
#edd400);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment