From af4ea7ce10efcbe4bf56ef76ff70284ba187be2b Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 27 Dec 2020 20:42:54 +0100 Subject: [PATCH] css class for grid background --- components/_preview.hbs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/_preview.hbs b/components/_preview.hbs index 188594e..7925099 100644 --- a/components/_preview.hbs +++ b/components/_preview.hbs @@ -1,7 +1,7 @@ - + Preview @@ -33,6 +33,11 @@ width: 100%; height: 300px; } + + .grid { + color: white; + background-image: url("{{path '/images/grid.png'}}"); + }