diff --git a/_sass/colors/syntax-light.scss b/_sass/colors/syntax-light.scss index c03c5c11d61..bf8d11cbfdb 100644 --- a/_sass/colors/syntax-light.scss +++ b/_sass/colors/syntax-light.scss @@ -28,7 +28,7 @@ .highlight, .highlight .w { color: #24292f; - background-color: #f0f1d8; + background-color: #f8e9c6; } .highlight .k, diff --git a/_sass/colors/typography-light.scss b/_sass/colors/typography-light.scss index 19ec6ab72b1..755cafb6911 100644 --- a/_sass/colors/typography-light.scss +++ b/_sass/colors/typography-light.scss @@ -18,7 +18,7 @@ --blockquote-text-color: #757575; --link-color: #0090dd; --link-underline-color: #a8c2dcd0; - --button-bg: #27af4ca3; + --button-bg: #f274b79d; --btn-border-color: #e9ecef; --btn-backtotop-color: #686868; --btn-backtotop-border-color: #f1f1f1;