update header

This commit is contained in:
Dede Fuji Abdul
2023-10-18 17:19:27 +07:00
parent e7be28f565
commit 3ee41c209c
2 changed files with 18 additions and 27 deletions

View File

@ -1731,6 +1731,11 @@ select {
background-color: rgb(204 204 0 / var(--tw-bg-opacity));
}
.bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
--tw-bg-opacity: 0.25;
}
@ -2250,6 +2255,11 @@ select {
color: rgb(1 36 45 / var(--tw-text-opacity));
}
.text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-opacity-100 {
--tw-text-opacity: 1;
}