diff --git a/scoreboard/public/stylesheets/splashscreen.css b/scoreboard/public/stylesheets/splashscreen.css index e69de29..ed6984a 100644 --- a/scoreboard/public/stylesheets/splashscreen.css +++ b/scoreboard/public/stylesheets/splashscreen.css @@ -0,0 +1,9 @@ +html, body { + height: 100%; + overflow: hidden; /* Kein Scrollbalken auf dem Beamer */ +} + +body { + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; + background-color: #47BAEA; /* Gleicher Hintergrund wie die Timer- und Score-Ansicht */ +}