Default Bootstrap theme to dark mode
All checks were successful
linter / quality (pull_request) Successful in 1m22s
security / Dependency Audit (pull_request) Successful in 1m36s
security / Static Analysis (pull_request) Successful in 1m54s
tests / ci (8.4) (pull_request) Successful in 1m30s
tests / ci (8.5) (pull_request) Successful in 1m28s
All checks were successful
linter / quality (pull_request) Successful in 1m22s
security / Dependency Audit (pull_request) Successful in 1m36s
security / Static Analysis (pull_request) Successful in 1m54s
tests / ci (8.4) (pull_request) Successful in 1m30s
tests / ci (8.5) (pull_request) Successful in 1m28s
- Change default theme from light to dark for first-time visitors - Fix Alpine reactive theme toggle so icons and data-bs-theme update correctly - Remove hardcoded bg-light classes that prevented dark mode from applying - Fix broken duplicate Bootstrap bundle import in app.js
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import * as bootstrap from 'bootstrap';
|
||||
import './../../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js';
|
||||
|
||||
window.bootstrap = bootstrap;
|
||||
|
||||
Reference in New Issue
Block a user