From c602cc437f4ac42920a641340ab27207de08a349 Mon Sep 17 00:00:00 2001 From: moebiusmania Date: Sun, 17 Nov 2024 21:21:46 +0100 Subject: [PATCH] fix: dark mode, updated readme and some refinments --- README.md | 2 +- components/Code.tsx | 2 +- components/Footer.tsx | 2 +- components/Hero.tsx | 18 ++++++++++-------- routes/_app.tsx | 13 ++++++++++--- routes/api/mit-license.ts | 2 +- routes/api/password.ts | 5 +++-- routes/index.tsx | 4 ++-- static/sl.png | Bin 832184 -> 31311 bytes tailwind.config.ts | 1 + 10 files changed, 30 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 5ccd7ca..d3f15fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sl-utils -> 🛠️ A small collection of utilities for myself 🤓 +> 🛠️ A collection of small utilities for myself 🤓 https://sl-utils.deno.dev/ diff --git a/components/Code.tsx b/components/Code.tsx index ee0bec3..acf9b97 100644 --- a/components/Code.tsx +++ b/components/Code.tsx @@ -2,7 +2,7 @@ import { JSX } from "preact/jsx-runtime"; export const Code = ({ children }: { children: JSX.Element }) => { return ( - + {children} ); diff --git a/components/Footer.tsx b/components/Footer.tsx index 5f6590a..03eb551 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,7 +1,7 @@ export const Footer = () => { return (