From 28dbd72376f72c5e57c65db63fdd1bc97e2fbee0 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Sat, 27 Oct 2018 17:11:41 +0100 Subject: [PATCH] Fix formatting --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4664e00..8d2e539 100644 --- a/README.md +++ b/README.md @@ -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 -```scss -$font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif; -$font-family-serif: Arvo, Georgia, "Times New Roman", Times, serif; + ```sass + $font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif; + $font-family-serif: Arvo, Georgia, "Times New Roman", Times, serif; -$font-family-base: $font-family-serif; -$headings-font-family: $font-family-sans-serif; + $font-family-base: $font-family-serif; + $headings-font-family: $font-family-sans-serif; -$body-color: rgba(28, 13, 10, 0.7); -$headings-color: rgba(28, 13, 10, 0.7); + $body-color: rgba(28, 13, 10, 0.7); + $headings-color: rgba(28, 13, 10, 0.7); -$theme-colors: ( - "primary": #ff745c -); + $theme-colors: ( + "primary": #ff745c + ); -$enable-rounded: false; -``` + $enable-rounded: false; + ``` ## Default photo credits