1
0
forked from noxious/client

Added new colors, adjusted login styling

This commit is contained in:
2024-10-08 21:28:16 +02:00
parent 15442764c2
commit e610e866c7
10 changed files with 60 additions and 51 deletions

View File

@ -26,14 +26,14 @@ h5,
h6,
button,
a {
@apply font-default text-gray-500 font-medium m-0;
@apply font-default text-gray-200 font-medium m-0;
}
p,
span,
li,
label {
@apply font-default text-gray-500;
@apply font-default text-gray-200;
}
button,
@ -87,7 +87,7 @@ button {
@apply text-center;
&.btn-cyan {
@apply bg-cyan drop-shadow-20 text-white;
@apply bg-cyan drop-shadow-20 text-gray-50;
&.active,
&:hover {
@ -95,12 +95,12 @@ button {
}
}
&.btn-bordeaux {
@apply bg-bordeaux drop-shadow-20;
&.btn-red {
@apply bg-red drop-shadow-20;
&.active,
&:hover {
@apply bg-bordeaux/50;
@apply bg-red/50;
}
}