fix: light theme constrast
This commit is contained in:
parent
746b48406b
commit
0fe3c8be46
|
|
@ -2,10 +2,10 @@
|
||||||
/* Can be forced with data-theme="light" */
|
/* Can be forced with data-theme="light" */
|
||||||
[data-theme="light"],
|
[data-theme="light"],
|
||||||
:root:not([data-theme="dark"]) {
|
:root:not([data-theme="dark"]) {
|
||||||
--primary: #ffb300;
|
/* --primary: #fb8c00;
|
||||||
--primary-hover: #ffa000;
|
--primary-hover: #f57c00;
|
||||||
--primary-focus: rgba(255, 179, 0, 0.125);
|
--primary-focus: rgba(251, 140, 0, 0.125);
|
||||||
--primary-inverse: rgba(0, 0, 0, 0.75);
|
--primary-inverse: #FFF; */
|
||||||
--text-color: hsl(205, 20%, 32%);
|
--text-color: hsl(205, 20%, 32%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue