Skip to content

Commit a516779

Browse files
committed
Fix design patterns background
1 parent 6b3d403 commit a516779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/assets/sass/designpatterns.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
ONLY for use in design patterns - classes NOT USED in actual site builds.
1414
========================================================================== */
1515

16+
body {
17+
background-color: $color-background;
18+
color: $color-text;
19+
}
20+
1621
main {
1722
padding: 0 5% 1em;
1823

0 commit comments

Comments
 (0)