update home empty page

This commit is contained in:
Dede Fuji Abdul
2023-10-18 17:06:27 +07:00
parent 34e4851027
commit de97e4308c
3 changed files with 23 additions and 9 deletions

View File

@ -2024,6 +2024,16 @@ select {
line-height: 1rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.font-bold {
font-weight: 700;
}
@ -2230,6 +2240,11 @@ select {
color: rgb(153 153 0 / var(--tw-text-opacity));
}
.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-opacity-100 {
--tw-text-opacity: 1;
}