Skip to content

Commit 461f68f

Browse files
authored
Merge pull request #542 from rust-lang/light-yellow
feat(styles): reduce intensity of yellow
2 parents 05c4e5a + d2a0838 commit 461f68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $gray: #454C52;
77
$red: #C14566;
88
$green: #398277;
99
$purple: #403D58;
10-
$yellow: #FECD2F;
10+
$yellow: #FFD45E;
1111

1212
body {
1313
font-family: $body-font;
@@ -630,4 +630,4 @@ blockquote::before {
630630
@media only screen and (max-width: 545px) {
631631
display: block;
632632
}
633-
}
633+
}

0 commit comments

Comments
 (0)