From 6feb60dd42226073094f2ce3191702578fe3d7bc Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Tue, 2 Nov 2021 10:46:55 +0700 Subject: [PATCH] Docs: code indentation --- docs/customization.html | 2 +- docs/src/customization.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:

Overriding CSS variables

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: ;