From 329a418877a4b3f6eaaee38e46e2ca0de7e7e30e Mon Sep 17 00:00:00 2001 From: Rebecca Hollis Date: Thu, 5 Nov 2020 09:22:17 -0500 Subject: [PATCH] Updates to design --- .../pages/styles/resources-landing-page.scss | 4 ++-- src/assets/pages/styles/theme-dark.scss | 2 +- src/assets/pages/styles/theme-light.scss | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/assets/pages/styles/resources-landing-page.scss b/src/assets/pages/styles/resources-landing-page.scss index b5b046f..c4701b6 100644 --- a/src/assets/pages/styles/resources-landing-page.scss +++ b/src/assets/pages/styles/resources-landing-page.scss @@ -23,11 +23,11 @@ } .form-control { - color: #c1c0cc; + color: #searchfont; } .form-control:focus { - color: #c1c0cc; + color: #searchfont; } .form-control::-webkit-input-placeholder { color: searchfont; } /* WebKit, Blink, Edge */ diff --git a/src/assets/pages/styles/theme-dark.scss b/src/assets/pages/styles/theme-dark.scss index 1280c67..16b96d8 100644 --- a/src/assets/pages/styles/theme-dark.scss +++ b/src/assets/pages/styles/theme-dark.scss @@ -9,7 +9,7 @@ $theme-colors: ( "activecard": #707070, "boxborder": #55555c, "activecardfont":#e1e4e8, - "searchfont": #c0c0cc, + "searchfont": #808080, ); @import "theme-base"; \ No newline at end of file diff --git a/src/assets/pages/styles/theme-light.scss b/src/assets/pages/styles/theme-light.scss index 3f3e7e1..c0873d2 100644 --- a/src/assets/pages/styles/theme-light.scss +++ b/src/assets/pages/styles/theme-light.scss @@ -1,15 +1,15 @@ $theme-colors: ( - "primary": #393939, - "secondary": #ffffff, + "primary": #2c2c2c, + "secondary": #e5e5e5, "success": #0B031C, - "info": #e1e4e8, + "info": #ffffff, "warning": #700000, - "inactivecard": #e1e4e8, - "activecard": #ffffff, - "boxborder": #c0c2c6, + "inactivecard": #ffffff, + "activecard": #002752, + "boxborder": #c0c2c6, "activecardfont":#e1e4e8, - "searchfont": #0B031C, + "searchfont": #2c2c2c, ); //$font-color: #000;