diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index c89a19e47..b8c040736 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -2,19 +2,19 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.5 kB" + "maxSize": "7.75 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6.55 kB" + "maxSize": "7.0 kB" }, { "path": "./dist/css/bootstrap-reboot.css", - "maxSize": "2.75 kB" + "maxSize": "3.0 kB" }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2.5 kB" + "maxSize": "2.75 kB" }, { "path": "./dist/css/bootstrap-utilities.css", @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "28.75 kB" + "maxSize": "29.25 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "26.75 kB" + "maxSize": "27.25 kB" }, { "path": "./dist/js/bootstrap.bundle.js", diff --git a/scss/_close.scss b/scss/_close.scss index a0813de8d..743a9c4d9 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -38,3 +38,11 @@ .btn-close-white { filter: $btn-close-white-filter; } + +@if $enable-dark-mode { + [data-bs-theme="dark"] { + .btn-close { + filter: $btn-close-white-filter; + } + } +} diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 8899d25a0..22a2ecb65 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -184,6 +184,7 @@ white-space: nowrap; // prevent links from randomly breaking onto new lines background-color: transparent; // For ` @@ -280,7 +280,7 @@ Various buttons are supported as part of these navbar forms, too. This is also a Navbars may contain bits of text with the help of `.navbar-text`. This class adjusts vertical alignment and horizontal spacing for strings of text. {{< example >}} -