From b7e3a25b2b5e7132c71e175a20cc5d47d75e09f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Tue, 12 Sep 2023 09:10:50 +0200 Subject: [PATCH] Improve CDN example --- examples/cdn/index.html | 29 ++++++++++---------- packages/components/docs/getting-started.mdx | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/examples/cdn/index.html b/examples/cdn/index.html index 3d2693de..58f28054 100644 --- a/examples/cdn/index.html +++ b/examples/cdn/index.html @@ -21,29 +21,31 @@ body { background-color: var(--neutral-layer-1); } - - #theme-mode>span { - display: inline-block; - width: 24px; - height: 24px; - background-image: url('https://unpkg.com/@mdi/svg/svg/brightness-6.svg'); - background-color: var(--neutral-foreground-rest); - mix-blend-mode: difference; - } - + Click me! Click me! - - - +