fix: light theme primary plone color

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

View file

@ -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: #fb8c00; --primary: #007db9;
--primary-hover: #f57c00; --primary-hover: #026ea0;
--primary-focus: rgba(251, 140, 0, 0.125); --primary-focus: rgb(0, 125, 185, 0.25);
--primary-inverse: #FFF; */ --primary-inverse: #FFF;
--text-color: hsl(205, 20%, 32%); --text-color: hsl(205, 20%, 32%);
} }