From f462e12d99238b3ca8d5d3693101546db77aa679 Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Sat, 13 Apr 2024 18:06:59 +0200 Subject: [PATCH] Fix version number in README --- .github/README.md | 2 +- docs/.vitepress/theme/custom.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 691edc0..93be12a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ ![Retour for Kirby](https://distantnative.com/retour-for-kirby/ogimage.png) -[![Version](https://img.shields.io/badge/version-5.1.0-8dbae7.svg?style=for-the-badge)](https://github.com/distantnative/retour-for-kirby/releases) +[![Version](https://img.shields.io/badge/version-5.2.0-8dbae7.svg?style=for-the-badge)](https://github.com/distantnative/retour-for-kirby/releases) [![Dependency](https://img.shields.io/badge/kirby-4.1.0--4.x-f0d575.svg?style=for-the-badge)](https://getkirby.com/) [![Donate](https://img.shields.io/badge/support-give_back-bdde7a.svg?style=for-the-badge)](https://paypal.me/distantnative) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index ff10c68..0252b06 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -8,6 +8,8 @@ --vp-c-bg: #e8e9f1; --vp-home-hero-name-color: #5d71b5; --vp-home-hero-image-filter: blur(10rem); + --vp-button-alt-bg: #d2d5ea; + --vp-button-alt-hover-bg: #c5c9e1; } .VPHomeFeatures {