chore: Tone down notices (#2393)

This commit is contained in:
Tom Moor 2021-07-29 23:04:45 -04:00 committed by GitHub
parent cb7c27690f
commit 928106067f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 8 deletions

View File

@ -97,10 +97,12 @@ export const base = {
blockToolbarIcon: undefined,
blockToolbarIconSelected: colors.black,
noticeTipBackground: colors.brand.purple,
noticeTipText: colors.white,
noticeWarningBackground: colors.danger,
noticeWarningText: colors.white,
noticeInfoBackground: colors.warmGrey,
noticeInfoText: colors.almostBlack,
noticeTipBackground: "#fce5bb",
noticeTipText: colors.almostBlack,
noticeWarningBackground: "#ffadbf",
noticeWarningText: colors.almostBlack,
breakpoints: {
mobile: 0, // targeting all devices
@ -177,8 +179,6 @@ export const light = {
embedBorder: colors.slateLight,
horizontalRule: colors.smokeDark,
noticeInfoBackground: colors.warmGrey,
noticeInfoText: colors.almostBlack,
progressBarBackground: colors.slateLight,
scrollbarBackground: colors.smoke,
@ -240,8 +240,13 @@ export const dark = {
embedBorder: colors.black50,
horizontalRule: lighten(0.1, colors.almostBlack),
noticeInfoBackground: colors.white10,
noticeInfoText: colors.almostWhite,
noticeInfoBackground: "#252a37",
noticeInfoText: colors.white,
noticeTipBackground: "#a3840a",
noticeTipText: colors.white,
noticeWarningBackground: "#7a001b",
noticeWarningText: colors.white,
progressBarBackground: colors.slate,
scrollbarBackground: colors.black,