fix: light theme constrast

This commit is contained in:
Nicola Zambello 2023-06-01 15:53:51 +02:00
parent 746b48406b
commit 0fe3c8be46
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -2,10 +2,10 @@
/* Can be forced with data-theme="light" */
[data-theme="light"],
:root:not([data-theme="dark"]) {
--primary: #ffb300;
--primary-hover: #ffa000;
--primary-focus: rgba(255, 179, 0, 0.125);
--primary-inverse: rgba(0, 0, 0, 0.75);
/* --primary: #fb8c00;
--primary-hover: #f57c00;
--primary-focus: rgba(251, 140, 0, 0.125);
--primary-inverse: #FFF; */
--text-color: hsl(205, 20%, 32%);
}