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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -603,6 +603,12 @@ author:
603
603
comments: false # disable comments on this post
604
604
```
605
605
606
+
**Note:** Hero images are overlaid with a transparent "accent" color to unify them with the theme's palette. To disable [customize the CSS](#customizing-sass-scss) with the following Sass variable override:
607
+
608
+
```scss
609
+
$intro-image-color-overlay: false;
610
+
```
611
+
606
612
### `layout: page`
607
613
608
614
Visually this layout looks and acts the same as `layout: post`, with two minor
0 commit comments