Add a way to login to your account on the website
This commit is contained in:
@@ -64,3 +64,7 @@ select {
|
||||
p a {
|
||||
@apply text-white underline;
|
||||
}
|
||||
|
||||
input {
|
||||
@apply bg-[rgb(72,72,96)] focus:bg-[rgb(96,96,120)] border border-[rgb(96,96,120)] focus:border-[rgb(120,120,144)] rounded-lg px-4 py-2 inline-block transition-all duration-200 cursor-pointer focus:cursor-text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user