diff --git a/jarvis/core/templates/login.html b/jarvis/core/templates/login.html index e254a6e..f0a78b3 100644 --- a/jarvis/core/templates/login.html +++ b/jarvis/core/templates/login.html @@ -34,7 +34,7 @@ - +

Connection

diff --git a/static/css/app.css b/static/css/app.css index 4f7b5e3..8d82463 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -746,6 +746,11 @@ video { color: rgb(75 85 99 / var(--tw-text-opacity)); } +.antialiased { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + .shadow-md { --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); @@ -776,4 +781,9 @@ video { --tw-bg-opacity: 1; background-color: rgb(2 6 23 / var(--tw-bg-opacity)); } + + .dark\:bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); + } } \ No newline at end of file