diff --git a/static/styles.css b/static/styles.css index 2db0ae2..e3ec628 100644 --- a/static/styles.css +++ b/static/styles.css @@ -128,6 +128,13 @@ a:hover { color: var(--blue-dark); text-decoration: underline; } box-shadow: 0 4px 14px var(--wb-glow); flex-shrink: 0; } +.topbar__logo-img { + width: 34px; + height: 34px; + border-radius: var(--r-sm); + object-fit: contain; + flex-shrink: 0; +} .topbar__name { font-size: 15px; @@ -912,6 +919,11 @@ textarea:focus { font-weight: 800; box-shadow: 0 4px 14px var(--wb-glow); } +.auth-kicker-logo-img { + width: 48px; + height: 48px; + object-fit: contain; +} .auth-kicker-text { font-size: 14px; diff --git a/static/wb.png b/static/wb.png new file mode 100644 index 0000000..7840160 Binary files /dev/null and b/static/wb.png differ diff --git a/templates/admin.html b/templates/admin.html index ada757b..3105cc8 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -11,7 +11,7 @@