Skip to content

Commit 032ef0e

Browse files
jesseabordenJesse Borden
andauthored
Fix bg css var. Update landing dark mode background hex. (#1016)
Co-authored-by: Jesse Borden <jborden@apple.com>
1 parent d7e7259 commit 032ef0e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

assets/stylesheets/new-stylesheets/_themes.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@
147147
#144173 1%,
148148
#000000 57%,
149149
#350839 88%,
150-
#b7451b 99%
150+
#df6b40 99%
151151
);
152-
--homepage-pillar-2-bg: linear-gradient(
153-
0deg,
154-
#a268c1 4%,
155-
#ff8115 8%,
156-
#b7451b 99%
152+
--homepage-pillar-2-bg: linear-gradient(0deg, #ffac64 0, #df6b40 100%);
153+
--homepage-pillar-3-bg: linear-gradient(
154+
180deg,
155+
#ffac64 0%,
156+
#a268c1 28%,
157+
#4b3773 100%
157158
);
158-
--homepage-pillar-3-bg: linear-gradient(180deg, #a268c1 4%, #4b3773 99%);
159159

160160
--home-quicklinks-bg: #23344a;
161161
--home-quicklinks-color: #ffffff;

assets/stylesheets/new-stylesheets/pages/_get-started.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
border-radius: 22px;
832832
overflow: hidden;
833833
pre.highlight {
834-
background: var(--get-started-code-primary-bg);
834+
background: var(--get-started-card-primary-bg);
835835
}
836836
}
837837

0 commit comments

Comments
 (0)