fix: light theme primary plone color
This commit is contained in:
parent
0fe3c8be46
commit
0b762438a7
|
|
@ -2,10 +2,10 @@
|
|||
/* Can be forced with data-theme="light" */
|
||||
[data-theme="light"],
|
||||
:root:not([data-theme="dark"]) {
|
||||
/* --primary: #fb8c00;
|
||||
--primary-hover: #f57c00;
|
||||
--primary-focus: rgba(251, 140, 0, 0.125);
|
||||
--primary-inverse: #FFF; */
|
||||
--primary: #007db9;
|
||||
--primary-hover: #026ea0;
|
||||
--primary-focus: rgb(0, 125, 185, 0.25);
|
||||
--primary-inverse: #FFF;
|
||||
--text-color: hsl(205, 20%, 32%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue