You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostCSS (autoprefixing of CSS browser-prefixes) is not enabled when running in server mode (it is a little slow), so Chrome is the recommended choice for development.
@@ -50,8 +54,8 @@ PostCSS (autoprefixing of CSS browser-prefixes) is not enabled when running in s
50
54
## Site colors
51
55
52
56
To customize your site's colors, add SCSS variable overrides to
53
-
`assets/scss/_variables_project.scss`. For example, you can set the primary and
54
-
secondary site colors as follows:
57
+
**`assets/scss/_variables_project.scss`**. For example, you can set the primary
58
+
and secondary site colors as follows:
55
59
56
60
```scss
57
61
$primary: #390040;
@@ -62,6 +66,25 @@ The theme has features such as gradient backgrounds (`$enable-gradients`) and
62
66
shadows (`$enable-shadows`) enabled by default. These can also be toggled in
63
67
your project variables file by setting the variables to `false`.
64
68
69
+
To add colors to or modify Bootstrap's [color maps], use
70
+
**`assets/scss/_variables_project_after_bs.scss`**. For example:
The theme uses [Open Sans](https://fonts.google.com/specimen/Open+Sans) as its primary font. To disable Google Fonts and use a system font, set this SCSS variable in `assets/scss/_variables_project.scss`:
0 commit comments