Skip to content

Commit 74b0eca

Browse files
committed
Update blue colors to match Liquid Web brand palette
Replace legacy blues with the new Liquid Web brand blues: - Primary base: #0047FF → #1145C9 - Primary hover: #0032b7 → #0E38A3 - Primary disabled: rgba(0,71,255,0.5) → rgba(17,69,201,0.5) - Link color: #0047FF → #1145C9
1 parent 4cc1b52 commit 74b0eca

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/resources/css/styles.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
.stellarwp-telemetry-btn-grey,
7676
.stellarwp-telemetry-btn-text {
7777
padding: 8px 12px;
78-
background: #0047FF;
78+
background: #1145C9;
7979
border-radius: 4px;
8080
color: #fff;
8181
text-decoration: none;
@@ -86,12 +86,12 @@
8686
}
8787

8888
.stellarwp-telemetry-btn-primary:hover {
89-
background: #0032b7;
89+
background: #0E38A3;
9090
}
9191

9292
.stellarwp-telemetry-btn-primary:disabled,
9393
.stellarwp-telemetry-btn-primary.disabled {
94-
background:rgba(0, 71, 255, 0.5);
94+
background: rgba(17, 69, 201, 0.5);
9595
pointer-events: none;
9696
}
9797

@@ -105,14 +105,13 @@
105105
}
106106

107107
.stellarwp-telemetry-btn-text {
108-
background: #fff;
109-
color: #4E4E4E;
108+
background: transparent;
109+
color: #1145C9;
110110
padding: 0;
111111
}
112112

113113
.stellarwp-telemetry-btn-text--skip {
114114
margin-left: 1rem;
115-
color: #a7aaad;
116115
}
117116

118117
.stellarwp-telemetry-btn-text:hover {
@@ -175,7 +174,7 @@
175174
}
176175

177176
.stellarwp-telemetry-links__link {
178-
color: #0047FF;
177+
color: #1145C9;
179178
text-decoration: none;
180179
}
181180

0 commit comments

Comments
 (0)