From 15c409b45db30765057149926abde8e28d9323e9 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sun, 18 Aug 2024 14:27:39 +0300 Subject: [PATCH] revert: new accent color This reverts commit https://github.com/aplosdev/aplos/commit/2be872fa1f9e81a1ca2ff12f1c14f7deab1e5388. The red accent color isn't that good --- CHANGELOG.md | 2 -- docs/.vitepress/config.mts | 2 +- docs/.vitepress/theme/custom.scss | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d473e4e..9c1ce02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,6 @@ - Support for the range type of inputs -- New Accent Color - ## Fix(es) - The skip to content button not being on sites without the navigation island diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index bedf7bc..36e06de 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -6,7 +6,7 @@ const info = { title: "Aplós", description: "A sleek, contemporary, and purposefully designed theme and template", - accentColor: "#FF686B", + accentColor: "#55B458", }; // https://vitepress.dev/reference/site-config diff --git a/docs/.vitepress/theme/custom.scss b/docs/.vitepress/theme/custom.scss index e22cbe5..350ca55 100644 --- a/docs/.vitepress/theme/custom.scss +++ b/docs/.vitepress/theme/custom.scss @@ -13,7 +13,7 @@ font-size: 2.5rem; @media (prefers-color-scheme: dark) { - background: linear-gradient(95deg, #ff686b 32.27%, #ffadaf 68.51%); + background: linear-gradient(95deg, #FF686B 32.27%, #FFADAF 68.51%); background-clip: text; -webkit-text-fill-color: transparent; }