theme.scss 132 B

12345678
  1. // Change any Bulma default variables here
  2. $blue: #03A9F4;
  3. .is-primary {
  4. background-color: $blue !important;
  5. }
  6. @import '~bulma';