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 +53,8 @@ PostCSS (autoprefixing of CSS browser-prefixes) is not enabled when running in s
50
53
## Site colors
51
54
52
55
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:
56
+
**`assets/scss/_variables_project.scss`**. For example, you can set the primary
57
+
and secondary site colors as follows:
55
58
56
59
```scss
57
60
$primary: #390040;
@@ -62,6 +65,24 @@ The theme has features such as gradient backgrounds (`$enable-gradients`) and
62
65
shadows (`$enable-shadows`) enabled by default. These can also be toggled in
63
66
your project variables file by setting the variables to `false`.
64
67
68
+
To can add colors to or modify Bootstrap's [color maps], use
69
+
**`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