From 033c2ed146d12f335b624d3bd2afef4fe547f12a Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 13 Oct 2019 15:15:39 +0200 Subject: [PATCH] Some adjustments to the scorebugs. --- score.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.39.2