Update styles/light/_light-theme.scss

Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
Aria Keshmiri
2023-07-18 14:26:17 -07:00
committed by GitHub
parent 00a93cba50
commit f494f37016

View File

@@ -9,7 +9,7 @@ $light-standout-bg: $gray-050;
// General color elements ------------------------------------------------------
code {
background-color: #E0E0E1;
background-color: $gray-200;
color: $gray-900;
}