- update login page

This commit is contained in:
2023-07-27 20:49:26 +02:00
parent 93bbf2296d
commit 021dfc85f9
10 changed files with 116 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--color-logo-green: 162, 207, 0;
}
}