glados.no/theme/_sass/_variables.scss

12 lines
297 B
SCSS
Raw Normal View History

2020-11-21 14:13:16 +01:00
// variables
// Customise bootstrap here, and set site-wide variables. Refer to
// https://github.com/twbs/bootstrap/blob/master/scss/_variables.scss
// for things to override.
// Set the primarys colour to green.
$green: #28a745 !default;
$primary: $green !default;
img {
max-width: 100%;
}