diff --git a/mathesar/templates/mathesar/login_base.html b/mathesar/templates/mathesar/login_base.html index f631ab17fd..cba3d52333 100644 --- a/mathesar/templates/mathesar/login_base.html +++ b/mathesar/templates/mathesar/login_base.html @@ -77,6 +77,13 @@ font-size: var(--size-xx-large); text-align: center; } + .login-card .language-selector { + display: block; + background-color: transparent; + border: 1px solid var(--slate-200); + border-radius: 0.285rem; + cursor: pointer; + } @media (max-width: 50rem) { .unsupported-device { display: block; @@ -143,5 +150,21 @@