diff --git a/src/vinywaji/gui/static/css/dist/styles.css b/src/vinywaji/gui/static/css/dist/styles.css index 88642ef..135e562 100644 --- a/src/vinywaji/gui/static/css/dist/styles.css +++ b/src/vinywaji/gui/static/css/dist/styles.css @@ -4861,6 +4861,10 @@ input[type=number] { background-color: rgb(255 255 255 / 0.1); } +.bg-black\/10 { + background-color: rgb(0 0 0 / 0.1); +} + .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -16845,6 +16849,10 @@ input[type=number] { background-color: rgb(4 47 46 / 0.95); } + .dark\:bg-white\/10 { + background-color: rgb(255 255 255 / 0.1); + } + .dark\:text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); diff --git a/src/vinywaji/gui/templates/components/login-card.html b/src/vinywaji/gui/templates/components/login-card.html index 710bda9..366a317 100644 --- a/src/vinywaji/gui/templates/components/login-card.html +++ b/src/vinywaji/gui/templates/components/login-card.html @@ -1,7 +1,7 @@ {% load macros %} {% loadmacros "components/forms.html" %} -
+

Login required

You need to log in, in order to use this service.