diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2023-12-20 11:53:09 +0100 |
---|---|---|
committer | Jacobo Aragunde P�rez <jaragunde@igalia.com> | 2023-12-22 10:48:13 +0000 |
commit | 5f1b6075982b872b5db4e2195e53d19529278d5c (patch) | |
tree | c4215ea81758a402843b4a9fd76b3daefc006145 /src/styles/app.scss | |
parent | b0c869c0461741413af9e6a24f6e156717b6362f (diff) |
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
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index 866fb58..cf3de3c 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,7 +1,7 @@ $colors: ( - primary: #00ADDC, - font: #999999, - grey: #848286 + primary: #2962ff, + font: #c1d8ff, + grey: #1c2d92 ); @media (max-device-width: 720px) and (orientation: portrait) { @@ -26,4 +26,4 @@ $colors: ( @import "main.scss"; @import "landscape.scss"; @import "1080.scss"; -}
\ No newline at end of file +} |