.table-dark { color: $white1; background-color: $black3; border: 2px solid $suwa03; transition: background-color 0.3s; } .table-dark th, .table-dark td, .table-dark thead th { border-color: $suwa03; } .table-dark.table-hover tbody tr { transition: background-color 0.3s; background-color: $black3; } .table-dark.table-hover tbody tr:hover { color: $white1; background-color: $suwa07; }