diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2023-12-22 10:47:15 +0100 |
---|---|---|
committer | Jacobo Aragunde P�rez <jaragunde@igalia.com> | 2023-12-22 10:47:49 +0000 |
commit | 32098508fa7375690ea1b8dc9da4e7ca641494c1 (patch) | |
tree | 48737dda86b6f8e9f642ed425305d005fdd22da8 /src/styles/app.scss | |
parent | e85c42ae77592afdb72df8e8d4f27e0e7ad17bb9 (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: Ib91041fa5400c2c5c20e2df51eec63159eeba46a
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index 1e64205..a62f43a 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,9 +1,9 @@ $colors: ( - primary: #00ADDC, - font: #FFFFFF, - grey: #848286, - button: #313131, - background: #363636 + primary: #2962ff, + font: #c1d8ff, + grey: #1c2d92, + button: #0b0f36, + background: #0b0f36 /* same as rgba(26, 35, 126, 0.43), tinted with black */ ); @import "~bootstrap/scss/bootstrap"; @media all { |