style: some color adjustment

This commit is contained in:
07akioni 2019-09-29 00:13:17 +08:00
parent a33cdf7fa3
commit 8cca6ad678
5 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
@mixin setup-dark-confirm {
$--confirm-title-color: $--n-text-color !global;
$--confirm-color: $--n-secondary-text-color !global;
$--confirm-background-color: $neutral-7 !global;
$--confirm-background-color: $neutral-6 !global;
$--confirm-border-color: $--n-divider-color !global;
}

View File

@ -1,4 +1,4 @@
@mixin setup-dark-popover {
$--popover-background-color: $neutral-5 !global;
$--popover-background-color: $neutral-6 !global;
$--popover-color: $--n-secondary-text-color !global;
}

View File

@ -1,5 +1,5 @@
@mixin setup-dark-tooltip {
$--tooltip-background-color: $neutral-5 !global;
$--tooltip-background-color: $neutral-6 !global;
$--tooltip-color: $--n-text-color !global;
$--tooltip-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08) !global;
}

View File

@ -43,9 +43,9 @@
$warning-2: #ffead4 !global;
$warning-3: #e0e090 !global;
$warning-4: #ffba82 !global;
$warning-5: hsl(60, 68%, 78%) !global;
$warning-6: hsl(60, 70%, 70%) !global;
$warning-7: hsl(60, 64%, 64%) !global;
$warning-5: hsl(39, 82%, 78%) !global;
$warning-6: hsl(39, 82%, 72%) !global;
$warning-7: hsl(44, 73%, 64%) !global;
$warning-8: #b34410 !global;
$warning-9: #8c2c06 !global;
$warning-10: #661c03 !global;

View File

@ -2,4 +2,5 @@
$--confirm-title-color: $--n-text-color !global;
$--confirm-color: $--n-secondary-text-color !global;
$--confirm-background-color: white !global;
$--confirm-border-color: white !global;
}