/* * SPDX-FileCopyrightText: 2012-2018 Bruce Cowan <bruce@bcowan.me.uk> * SPDX-License-Identifier: GPL-3.0-or-later */ .level-cell.fill-block { border-radius: 10px; } .level-cell.fill-block.score-try { /* Scarlet red */ background-image: linear-gradient(to top, #a40000, #cc0000); } .level-cell.fill-block.score-utry { /* Chameleon */ background-image: linear-gradient(to top, #4e9a06, #73d216); } .level-cell.fill-block.score-kick { /* Butter */ background-image: linear-gradient(to top, #c4a000, #edd400); }