12 lines
297 B
SCSS
12 lines
297 B
SCSS
// 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%;
|
|
} |