aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r--src/styles/app.scss10
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 {