@tailwind base;
@tailwind components;
@tailwind utilities;


.struck {
    text-decoration: line-through;
    color: #A00E07;
}

.navbar-light, .btn-danger {
    background-color: #A00E07 !important;
}

.navbar-brand, .nav-link, .navbar-toggler {
    color: #fff !important;
}

.dropdown-menu .nav-link {
    color: #000 !important;
}
