We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaba86 commit 186d252Copy full SHA for 186d252
1 file changed
src/configuration/_palettes.scss
@@ -9,7 +9,7 @@ $eccgui-color-palette-light: (
9
"brand": eccgui-create-color-tints(#fbead9 #f8cd99 #f6b966 #f4a533 #f29100),
10
"accent": eccgui-create-color-tints(#e5f4fb #aecfe3 #77abca #4186b2 #0a6199),
11
"text": eccgui-create-color-tints(#f8f8f8 #bcbcbc #818181 #434343 #090909),
12
- "background": eccgui-create-color-tints(#fff #e8e8e8 #d6d6d6 #d4d4d4 #d3d3d3),
+ "background": eccgui-create-color-tints(#fff #e8e8e8 #d6d6d6 #bfbfbf #a6a6a6),
13
),
14
"semantic": (
15
"info": eccgui-create-color-tints(#e5f4fb #aecfe3 #77aaca #4086b2 #096199),
0 commit comments