diff --git a/wwwroot/index.html b/wwwroot/index.html index ef64581..36ce481 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -56,6 +56,7 @@
+ CoopGameChooser logo Welcome! Logout
diff --git a/wwwroot/logo.png b/wwwroot/logo.png new file mode 100644 index 0000000..0aeea0a Binary files /dev/null and b/wwwroot/logo.png differ diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 13da86b..a101430 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -32,6 +32,12 @@ } .status-left, .status-center, .status-right { display: flex; align-items: center; gap: 10px; } .inline-link { font-size: 14px; } +.logo-mark { + height: 44px; + width: auto; + object-fit: contain; + filter: drop-shadow(0 4px 10px rgba(0,0,0,0.18)); +} .counts { color: #5f513b;