From c81adf428887547f4b24296964620bd032b996e8 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 28 Jan 2025 18:19:27 +0100 Subject: [PATCH] Update color values for 'tabler' theme across various files --- docs/ui/base/colors.mdx | 2 +- docs/ui/forms/form-color-check.mdx | 4 ++-- docs/ui/layout/navbars.mdx | 2 +- eleventy.config.mjs | 2 +- src/pages/_data/colors.json | 2 +- src/pages/_includes/layout/navbar-logo.html | 4 ++-- src/pages/_includes/ui/colorpicker.html | 1 + src/scss/_variables.scss | 4 ++-- src/static/logo-small.svg | 2 +- src/static/logo.svg | 2 +- src/static/sponsor-banner-homepage.svg | 6 +++--- 11 files changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/ui/base/colors.mdx b/docs/ui/base/colors.mdx index 811ad9ad7..02b3667b1 100644 --- a/docs/ui/base/colors.mdx +++ b/docs/ui/base/colors.mdx @@ -79,5 +79,5 @@ Use the colors of popular social networks to create a recognizable design and ma { name: "rss", value: "#ffa500" }, { name: "flickr", value: "#0063dc" }, { name: "bitbucket", value: "#0052cc" }, - { name: "tabler", value: "#066fd1" } + { name: "tabler", value: "#2563EB" } ]} /> diff --git a/docs/ui/forms/form-color-check.mdx b/docs/ui/forms/form-color-check.mdx index 30bc78b79..c77d08fff 100644 --- a/docs/ui/forms/form-color-check.mdx +++ b/docs/ui/forms/form-color-check.mdx @@ -190,7 +190,7 @@ If you need to select only one color, you can use the radio input type: Add an color picker to your form to let users customise it according to their preferences. ```html - + ``` There is also an example of a color picker input: @@ -198,7 +198,7 @@ There is also an example of a color picker input: ```html example centered
- +
``` diff --git a/docs/ui/layout/navbars.mdx b/docs/ui/layout/navbars.mdx index 95ccf34ab..57994d7c4 100644 --- a/docs/ui/layout/navbars.mdx +++ b/docs/ui/layout/navbars.mdx @@ -31,7 +31,7 @@ The navbar can contain links, buttons, and other elements. You can customize the