From 826d6a22a008ed38b64a6deb405a59b6ba74b6af Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 18 Jun 2024 17:57:52 -0700 Subject: [PATCH] Fix responsive (#3585) * Fix responsive * Remove theme button * Remove localstorage --- README.md | 4 +-- blog/index.html | 12 ++++----- deno/lib/README.md | 4 +-- index.html | 61 ++++++++++++++++++++++++++++++++++------------ 4 files changed, 56 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 23ed1b7fd..9d1936997 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,9 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
- + - speakeasy' + clerk logo
diff --git a/blog/index.html b/blog/index.html index 75f83fc94..1c92026e1 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,4 +1,4 @@ - + @@ -233,7 +233,7 @@ -
+
@@ -264,23 +264,23 @@ auto2top: true, repo: "colinhacks/zod", routerMode: "history", - homepage: 'clerk-fellowship.md', + homepage: "clerk-fellowship.md", crossOriginLinks: [ "https://twitter.com/colinhacks", "https://github.com/sponsors/colinhacks", "https://twitter.com/tweetsbycolin", "https://authjs.dev", - "https://authjs.dev/getting-started" + "https://authjs.dev/getting-started", ], }; - --> diff --git a/deno/lib/README.md b/deno/lib/README.md index 23ed1b7fd..9d1936997 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -196,9 +196,9 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
- + - speakeasy' + clerk logo
diff --git a/index.html b/index.html index 527b4e93d..01830d271 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -221,31 +221,62 @@ .dark .theme-btn { background-image: url("./static/sun.svg"); } + /* .dark .light-mode-logo { + display: block !important; + } + @media (prefers-color-scheme: light) { + .dark .light-mode-logo { + display: block !important; + } + .dark picture { + display: none; + } + .dark .light-mode-logo { + display: none !important; + } + } */ - -
+ +
@@ -271,13 +302,13 @@ ], }; - -->