diff --git a/docs/customization.html b/docs/customization.html index 074b1ff2..ea633938 100644 --- a/docs/customization.html +++ b/docs/customization.html @@ -5,7 +5,7 @@
There are 2 ways to customize your version of Pico.css:
All Pico's styles and colors are set with CSS custom properties (variables). Just override the CSS variables to customize your version of Pico.
/* Light scheme (Default) */
/* Can be forced with data-theme="light" */
[data-theme="light"],
- :root:not([data-theme="dark"]) {
+:root:not([data-theme="dark"]) {
--primary: …;
--primary-hover: …;
--primary-focus: …;
diff --git a/docs/src/customization.html b/docs/src/customization.html
index 7b03e4cd..ec7af884 100644
--- a/docs/src/customization.html
+++ b/docs/src/customization.html
@@ -54,7 +54,7 @@
/* Light scheme (Default) */
/* Can be forced with data-theme="light" */
[data-theme="light"],
- :root:not([data-theme="dark"]) {
+:root:not([data-theme="dark"]) {
--primary: …;
--primary-hover: …;
--primary-focus: …;