aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2023-12-22 11:07:21 +0100
committerJacobo Aragunde P�rez <jaragunde@igalia.com>2023-12-22 10:47:10 +0000
commitb87776912cc31c976415ceb49e7551f500e0975b (patch)
treef52cdc348b5a28e41b554c3549408e559761f1d5 /src/styles/main.scss
parent07adebd03e37a790462f80b6f3bb001bad7e6748 (diff)
Replace background with black & blue grid.
Bug-AGL: SPEC-4041 Change-Id: I30de8718fecbf8f8cdc7ff60743cfc244f866875
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss2
1 files changed, 2 insertions, 0 deletions
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 {