diff --git a/frontend/components/LoginRoutes/_styles.scss b/frontend/components/LoginRoutes/_styles.scss
index 90b9e1c35c..3db8a8804a 100644
--- a/frontend/components/LoginRoutes/_styles.scss
+++ b/frontend/components/LoginRoutes/_styles.scss
@@ -5,5 +5,5 @@
justify-content: center;
position: relative;
min-height: 100vh;
- background-color: $gradients-dark-gradient;
+ background-color: $gradients-dark-gradient-vertical;
}
diff --git a/frontend/components/packs/PacksList/Row/_styles.scss b/frontend/components/packs/PacksList/Row/_styles.scss
index d4b5d13aeb..ab17fd65a2 100644
--- a/frontend/components/packs/PacksList/Row/_styles.scss
+++ b/frontend/components/packs/PacksList/Row/_styles.scss
@@ -3,7 +3,7 @@
cursor: pointer;
&--selected {
- background-color: $ui-vibrant-blue-10;
+ background-color: $ui-vibrant-blue-25;
}
&:focus {
diff --git a/frontend/components/queries/QueriesList/QueriesListRow/_styles.scss b/frontend/components/queries/QueriesList/QueriesListRow/_styles.scss
index 08a83d0bb8..9b1ad30c13 100644
--- a/frontend/components/queries/QueriesList/QueriesListRow/_styles.scss
+++ b/frontend/components/queries/QueriesList/QueriesListRow/_styles.scss
@@ -11,7 +11,7 @@
}
&--selected {
- background-color: $ui-vibrant-blue-10;
+ background-color: $ui-vibrant-blue-25;
}
&:hover {
diff --git a/frontend/components/queries/ScheduledQueriesList/ScheduledQueriesListItem/_styles.scss b/frontend/components/queries/ScheduledQueriesList/ScheduledQueriesListItem/_styles.scss
index 4d365643bc..9e6468be80 100644
--- a/frontend/components/queries/ScheduledQueriesList/ScheduledQueriesListItem/_styles.scss
+++ b/frontend/components/queries/ScheduledQueriesList/ScheduledQueriesListItem/_styles.scss
@@ -8,6 +8,6 @@
}
&--selected {
- background-color: $ui-vibrant-blue-10;
+ background-color: $ui-vibrant-blue-25;
}
}
diff --git a/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss b/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss
index 035a709492..3d398e58cd 100644
--- a/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss
+++ b/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss
@@ -13,7 +13,7 @@ $base-class: "panel-group-item";
&.#{$base-class}--selected {
font-weight: $bold;
- background-color: $ui-vibrant-blue-10;
+ background-color: $ui-vibrant-blue-25;
.#{$base-class}__count {
font-weight: $bold;
diff --git a/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx b/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx
index a984451823..e968f4239f 100644
--- a/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx
+++ b/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx
@@ -218,7 +218,7 @@ export class HostDetailsPage extends Component {
backgroundColor="#3e4771"
>
- You can’t query
a offline host.
+ You can’t query
an offline host.