Try to pass WCAG AA in dark mode

This commit is contained in:
TEC 2022-10-17 23:54:25 +08:00
parent 7d741972d7
commit 6407a611ef
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
2 changed files with 10 additions and 10 deletions

View File

@ -150,9 +150,9 @@ kbd {
--h6-color: #4d606d;
--muted-color: #73828c;
--muted-border-color: #edf0f3;
--primary: #624195;
--primary: #7F5AB6;
--primary-hover: #4f3774;
--primary-focus: rgba(98, 65, 149, 0.125);
--primary-focus: rgba(127, 90, 182, 0.125);
--primary-inverse: #fff;
--secondary: #596b78;
--secondary-hover: #415462;
@ -239,9 +239,9 @@ kbd {
--h6-color: #aebbc3;
--muted-color: #73828c;
--muted-border-color: #1f2d38;
--primary: #624195;
--primary-hover: #7F5AB6;
--primary-focus: rgba(98, 65, 149, 0.25);
--primary: #7F5AB6;
--primary-hover: #624195;
--primary-focus: rgba(127, 90, 182, 0.25);
--primary-inverse: #fff;
--secondary: #596b78;
--secondary-hover: #73828c;
@ -328,9 +328,9 @@ kbd {
--h6-color: #aebbc3;
--muted-color: #73828c;
--muted-border-color: #1f2d38;
--primary: #624195;
--primary-hover: #7F5AB6;
--primary-focus: rgba(98, 65, 149, 0.25);
--primary: #7F5AB6;
--primary-hover: #624195;
--primary-focus: rgba(127, 90, 182, 0.25);
--primary-inverse: #fff;
--secondary: #596b78;
--secondary-hover: #73828c;

View File

@ -8,8 +8,8 @@ $enable-semantic-container: true;
$enable-classes: true;
// Custom theme
$primary-500: #7F5AB6;
$primary-600: #624195;
$primary-500: #624195;
$primary-600: #7F5AB6;
$primary-700: #4f3774;
// Pico Lib