[data-bs-theme=dark] { background: #222222; body { color: $white; } table { background: #333333; color: $white; } .table tr, .table th + th, .table td + td { border-color: #222222; } .navbar { background-color: #222222 !important; } .article h2 { color: $danger; } .article .article__entry p span { color: #000; } .accordion .accordion-button { color: $white; } .accordion .accordion-item { color: $white; } .accordion .accordion-button:after { border-left-color: $white; } .tile--danger, .tile--danger--alt { background: #333333; } .section-main .section__content-aside { background: #222222; } .switch { color: $white; } .search .form-control { background: #333333; &:focus { border-color: $danger; } } }