Fix formatting

This commit is contained in:
John Lees-Miller
2018-10-27 17:11:41 +01:00
parent 19f12030f3
commit 28dbd72376

View File

@ -96,22 +96,22 @@ You can of course customize everything, but here are some places to start:
- [`app/assets/stylesheets/application.scss`](app/assets/stylesheets/application.scss) — theme colors and bootstrap customization - [`app/assets/stylesheets/application.scss`](app/assets/stylesheets/application.scss) — theme colors and bootstrap customization
```scss ```sass
$font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif; $font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif;
$font-family-serif: Arvo, Georgia, "Times New Roman", Times, serif; $font-family-serif: Arvo, Georgia, "Times New Roman", Times, serif;
$font-family-base: $font-family-serif; $font-family-base: $font-family-serif;
$headings-font-family: $font-family-sans-serif; $headings-font-family: $font-family-sans-serif;
$body-color: rgba(28, 13, 10, 0.7); $body-color: rgba(28, 13, 10, 0.7);
$headings-color: rgba(28, 13, 10, 0.7); $headings-color: rgba(28, 13, 10, 0.7);
$theme-colors: ( $theme-colors: (
"primary": #ff745c "primary": #ff745c
); );
$enable-rounded: false; $enable-rounded: false;
``` ```
## Default photo credits ## Default photo credits