From: Mark Otto Date: Sat, 31 May 2025 04:03:23 +0000 (-0700) Subject: Linter fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6359cb7d0f9e36eb9dbb1cdbcf7b21f5bbfbc231;p=thirdparty%2Fbootstrap.git Linter fix --- diff --git a/site/src/scss/_component-examples.scss b/site/src/scss/_component-examples.scss index f17e178fa3..dc87339983 100644 --- a/site/src/scss/_component-examples.scss +++ b/site/src/scss/_component-examples.scss @@ -183,12 +183,12 @@ // Ratio helpers .bd-example-ratios { [class*="ratio"] { - color-scheme: dark; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: var(--bs-fg-3); + color-scheme: dark; background-color: var(--bs-bg-1); border: var(--bs-border-width) solid var(--bs-border-color); @include border-radius(var(--bs-border-radius));