From 62cc29241e8af32448ec22d4e547a4c35bbeed00 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Wed, 7 Jun 2023 18:31:46 +0100 Subject: [PATCH] logo and docs cosmetics --- README.md | 9 +++++---- docs/book/src/custom.css | 21 ++++++++++++++++++++- docs/logo.svg | 11 +++++++---- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2a97edb..7352025 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@

-

Leptos-Use

- -

Collection of essential Leptos utilities inspired by SolidJS-USE / VueUse

+

Collection of essential Leptos utilities

+

Inspired by React-Use / VueUse / SolidJS-USE

Guide • @@ -21,4 +20,6 @@ [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/synphonyte/leptos-use#license) [![Build Status](https://github.com/synphonyte/leptos-use/actions/workflows/ci.yml/badge.svg)](https://github.com/synphonyte/leptos-use/actions/workflows/ci.yml) -This is still very much work in progress and all contributions are welcome! \ No newline at end of file +We only have just begun implementing the first dozen functions but they are already very usable and ergonomic. + +Missing a function? Open a ticket or PR! \ No newline at end of file diff --git a/docs/book/src/custom.css b/docs/book/src/custom.css index 8bebaf0..31d292b 100644 --- a/docs/book/src/custom.css +++ b/docs/book/src/custom.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap'); + :root { --brand-color: #EF3939; --brand-color-dark: #9c2525; @@ -36,7 +38,7 @@ pre > code { } .sidebar .sidebar-scrollbox { - padding: 10px 10px 10px 20px ; + padding: 10px 10px 10px 20px; } .chapter li.chapter-item { @@ -79,4 +81,21 @@ li.chapter-item.affix a { li.chapter-item.affix a.active { border-left: 0 none; margin-left: 0; +} + +#header-logo-container, h1.menu-title { + font-family: 'Quicksand', sans-serif; + letter-spacing: -0.7px; +} + +h1, h2, h3, h4, h5, h6, li.part-title { + font-family: 'Quicksand', sans-serif; +} + +h1 { + font-weight: 700; +} + +h2, h3, h4 { + font-weight: 600; } \ No newline at end of file diff --git a/docs/logo.svg b/docs/logo.svg index 00691f8..d399117 100644 --- a/docs/logo.svg +++ b/docs/logo.svg @@ -1,15 +1,17 @@ - @@ -25,4 +27,5 @@ + Leptos-Use \ No newline at end of file