Skip to content

Commit a65e46c

Browse files
committed
Update logo color on welcome screen.
Signed-off-by: Kev Provance <[email protected]>
1 parent 18a8f64 commit a65e46c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

redux-core/assets/css/redux-fields.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/css/redux-fields.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/inc/welcome/css/redux-welcome.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/inc/welcome/css/redux-welcome.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/inc/welcome/css/redux-welcome.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/inc/welcome/css/redux-welcome.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $blue: #2ea2cc;
155155
position: absolute;
156156
top: 0;
157157

158-
background: #00a2e3;
158+
background: #cbc3f5;
159159
padding: 20px;
160160

161161
color: #efefef;
@@ -180,7 +180,7 @@ $blue: #2ea2cc;
180180
}
181181

182182
.el {
183-
background: #00a2e3;
183+
background: #cbc3f5;
184184
display: block !important;
185185
font-size: 8em;
186186
color: #fff;

0 commit comments

Comments
 (0)