From 5f1b6075982b872b5db4e2195e53d19529278d5c Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Wed, 20 Dec 2023 11:53:09 +0100 Subject: Style refresh with square grid motif and blue palette. It tries to follow the visual language of the flutter sample apps. Bug-AGL: SPEC-4041 Change-Id: Ie942a1d883e8f7f2a78f2ccf94fcd91b4438b911 --- src/styles/portrait.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/styles/portrait.scss') diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index 0fc0bc5..e54b51a 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -1,7 +1,8 @@ @media (orientation: portrait) { html { - background-image: url('../images/vertical_background.png'); + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } body { @@ -28,4 +29,4 @@ } } } -} \ No newline at end of file +} -- cgit 1.2.3-korg