From b87776912cc31c976415ceb49e7551f500e0975b Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Fri, 22 Dec 2023 11:07:21 +0100 Subject: Replace background with black & blue grid. Bug-AGL: SPEC-4041 Change-Id: I30de8718fecbf8f8cdc7ff60743cfc244f866875 --- src/styles/main.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/styles/main.scss') diff --git a/src/styles/main.scss b/src/styles/main.scss index afba538..7b6c6a3 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -7,6 +7,8 @@ html { background-size: cover; -webkit-overflow-scrolling: touch; user-select: none; + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } img { -- cgit 1.2.3-korg