Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 26, 2024
1 parent 06e813a commit 2786afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vizro-core/docs/pages/user-guides/custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ It's essential to understand the relationship between the targeted CSS class or
### Make your CSS responsive to theme switches with variables
To ensure your CSS adapts to theme changes, we recommend using CSS variables (`var`) whenever possible. For a
comprehensive list of available CSS variable names, refer to the
[Bootstrap documentation](https://getbootstrap.com/docs/5.3/customize/css-variables/). Note that our Vizro Bootstrap
stylesheet is still under development. While all Bootstrap variables have values assigned, some of these values may
[Bootstrap documentation](https://getbootstrap.com/docs/5.3/customize/css-variables/). Note that our Vizro Bootstrap
stylesheet is still under development. While all Bootstrap variables have values assigned, some of these values may
come from the default Bootstrap theme, which can result in styling that looks different from the intended Vizro design.
You can also define your own CSS variables, as demonstrated in the example on
You can also define your own CSS variables, as demonstrated in the example on
[changing the container background color](#change-the-styling-of-a-container).

### Turn off page title
Expand Down

0 comments on commit 2786afe

Please sign in to comment.