diff --git a/src/assets/pages/resources-landing-page.html b/src/assets/pages/resources-landing-page.html
index fda852a..bc1ca33 100644
--- a/src/assets/pages/resources-landing-page.html
+++ b/src/assets/pages/resources-landing-page.html
@@ -107,7 +107,7 @@
-
+
diff --git a/src/assets/pages/styles/theme-base.scss b/src/assets/pages/styles/theme-base.scss
index 1e3e9d0..aad012d 100644
--- a/src/assets/pages/styles/theme-base.scss
+++ b/src/assets/pages/styles/theme-base.scss
@@ -78,6 +78,10 @@ body {
color: map-get($theme-colors, searchhint) !important;
}
+.searchTerm::-webkit-input-placeholder {
+ color: map-get($theme-colors, searchhint) !important;
+}
+
.sb-example-1 .search {
width: 95%;
position: relative;
@@ -95,14 +99,16 @@ body {
padding-right: 15px;
border-radius: 25px 0 0 25px;
stroke: map-get($theme-colors, searchicon);
+ color: map-get($theme-colors, searchhint);
background-color: map-get($theme-colors, info);
box-shadow: none;
}
-.sb-example-1 .searchTerm:focus{
+.sb-example-1 .searchTerm:focus {
stroke: map-get($theme-colors, searchicon);
background-color: map-get($theme-colors, info);
box-shadow: none;
+ color: map-get($theme-colors, searchfont) !important;
}
.sb-example-1 .searchbutton {
@@ -116,12 +122,9 @@ body {
border-radius: 0 25px 25px 0;
cursor: pointer;
font-size: 15px;
+ font-weight: normal;
box-shadow: none;
}
-.sb-example-1 .searchButton i{
- color: #0000ff;
- background-color: #ff0000;
-}
diff --git a/src/assets/pages/styles/theme-dark.scss b/src/assets/pages/styles/theme-dark.scss
index 0fae0e3..3ac0b5e 100644
--- a/src/assets/pages/styles/theme-dark.scss
+++ b/src/assets/pages/styles/theme-dark.scss
@@ -12,8 +12,8 @@ $theme-colors: (
"boxborder": #272727,
"boxborder2": #303030,
"activecardfont":#e1e4e8,
- "searchhint": #787572,
- "searchfont": #bababa,
+ "searchhint": #6b6866,
+ "searchfont": #9f9c9a,
"sidebarfill": #202023,
"searchbuttonfill": #39393f,
"searchicon": #737373,