Skip to content

Updating the theme color

mshuber1981 edited this page Jun 22, 2024 · 1 revision

You can change the theme color here -> src/custom.scss

// https://getbootstrap.com/docs/5.3/utilities/colors/#sass-variables

// Set the primary color for the theme
$blue: #61dbfb;
// Import Bootstrap and its default variables
@import "~bootstrap/scss/bootstrap.scss";
Clone this wiki locally