--- title: Customize with CSS Variables layout: docs theme: customize doc-tab: customize doc-subtab: with-css-variables breadcrumb: - home - documentation - customize - customize-with-css-variables --- {% capture markdown %} Bulma makes wide use of **CSS Variables** (also called CSS custom properties). Read more about them on the [dedicated page]({{ site.data.links.by_id['features-css-variables'].path }}). {% endcapture %} {% include markdown.html content=markdown %} {% capture markdown %} You can change the current Bulma simply by **opening your developer console** and changing a CSS variable's value. If you set your CSS variables under the `:root` scope, you are **overwriting** Bulma's default theme. This can be done by with Sass or CSS. To test out this CSS method, simply follow these steps: