From: Steinar H. Gunderson Date: Sun, 13 Oct 2019 13:15:39 +0000 (+0200) Subject: Some adjustments to the scorebugs. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=033c2ed146d12f335b624d3bd2afef4fe547f12a;p=ultimatescore Some adjustments to the scorebugs. --- diff --git a/score.scss b/score.scss index f2d77d8..4f2a048 100644 --- a/score.scss +++ b/score.scss @@ -60,6 +60,9 @@ body { border: 1px solid #ccc; } } +.scorebug2 td { + border: 1px solid #ccc8; +} .scorebug2 { /*top: 52px; */ /* left: 22px; */ @@ -144,7 +147,7 @@ body { @if $trondisk { border: 1px solid black; } @else { - border: 1px solid #ccc; + border: 1px solid #ccc8; } } .clock { @@ -161,6 +164,7 @@ body { width: 90px; } #clock2 { + border: 1px solid #ccc8; @if $trondisk { background: linear-gradient(to bottom, #00a8, #0088); } @else {