diff options
author | crupest <crupest@outlook.com> | 2023-08-16 01:28:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-16 01:28:25 +0800 |
commit | 5bfd097ce4f67278462cd9ec0f63d819f0231a09 (patch) | |
tree | db43e62c2d6e031e14b5d59cce81ca101b02cb4d /FrontEnd/src/views/common/theme.css | |
parent | b541b8a2ac0f9588bb85bd52a6eef205ac47063b (diff) | |
download | timeline-5bfd097ce4f67278462cd9ec0f63d819f0231a09.tar.gz timeline-5bfd097ce4f67278462cd9ec0f63d819f0231a09.tar.bz2 timeline-5bfd097ce4f67278462cd9ec0f63d819f0231a09.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/theme.css')
-rw-r--r-- | FrontEnd/src/views/common/theme.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/src/views/common/theme.css b/FrontEnd/src/views/common/theme.css index f672d7a8..b3ca7485 100644 --- a/FrontEnd/src/views/common/theme.css +++ b/FrontEnd/src/views/common/theme.css @@ -56,21 +56,21 @@ --cru-button-disabled-color: hsl(0, 0%, 50%); /* push button colors */ --cru-push-button-text-color: #ffffff; - --cru-push-button-disabled-text-color: hsl(0, 0, 80%); + --cru-push-button-disabled-text-color: hsl(0, 0%, 80%); /* flat button colors */ --cru-flat-button-background-normal-color: #ffffff; - --cru-flat-button-background-hover-color: hsl(0, 0, 90%); - --cru-flat-button-background-focus-color: hsl(0, 0, 90%); - --cru-flat-button-background-active-color: hsl(0, 0, 80%); + --cru-flat-button-background-hover-color: hsl(0, 0%, 90%); + --cru-flat-button-background-focus-color: hsl(0, 0%, 90%); + --cru-flat-button-background-active-color: hsl(0, 0%, 80%); } @media (prefers-color-scheme: dark) { :root { /* flat button colors */ - --cru-flat-button-background-normal-color: #ffffff; - --cru-flat-button-background-hover-color: #ffffff; - --cru-flat-button-background-focus-color: #ffffff; - --cru-flat-button-background-active-color: #ffffff; + --cru-flat-button-background-normal-color: #000000; + --cru-flat-button-background-hover-color: hsl(0, 0%, 20%); + --cru-flat-button-background-focus-color: hsl(0, 0%, 20%); + --cru-flat-button-background-active-color: hsl(0, 0%, 30%); } } |