]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix variable name in customizing comment (#35414)
authorChristopher Boik <45264553+MysticZA@users.noreply.github.com>
Tue, 30 Nov 2021 14:41:08 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Nov 2021 14:41:08 +0000 (16:41 +0200)
Correct table lightening variable to match the variable name defined and described in the loop variable section above

site/content/docs/5.1/content/tables.md

index c1f6293b48fea38cb5dae6491ae9825d89a157f6..645145ba4cc8b87ebfa36dc8488b6c07c52bebe8 100644 (file)
@@ -786,4 +786,4 @@ Use `.table-responsive{-sm|-md|-lg|-xl|-xxl}` as needed to create responsive tab
 ### Customizing
 
 - The factor variables (`$table-striped-bg-factor`, `$table-active-bg-factor` & `$table-hover-bg-factor`) are used to determine the contrast in table variants.
-- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-level` variable.
+- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-scale` variable.