From 8329b9c8b5ac5e4ceb1abb82623195f5abf00e25 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Tue, 21 Dec 2021 14:53:34 +0100 Subject: [PATCH] Add logo on login page --- Public/schafkopf.html | 1 + Public/style.css | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Public/schafkopf.html b/Public/schafkopf.html index 176ff51..8a5b175 100644 --- a/Public/schafkopf.html +++ b/Public/schafkopf.html @@ -76,6 +76,7 @@
+ diff --git a/Public/style.css b/Public/style.css index 298ff5c..8076371 100644 --- a/Public/style.css +++ b/Public/style.css @@ -87,6 +87,13 @@ body { padding: 10px; } +#sheephead-logo { + color: rgb(0, 255, 0); + font-family: monospace, monospace; + white-space: pre; + text-align: center; +} + .login-buttons { width: 100%; margin-top: 5px; @@ -197,7 +204,7 @@ body { height: 34px; } -#table-connected-label { +#table-name-label { grid-column: 2; width: 140px; }