Update style.css and Header.vue files

This commit is contained in:
Dede Fuji Abdul
2024-03-05 08:43:44 +07:00
parent 88d638e4a1
commit c8f3dc9562
3 changed files with 28 additions and 46 deletions

View File

@ -2565,6 +2565,11 @@ body {
border-color: rgb(255 255 51 / var(--tw-border-opacity));
}
.border-white {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));