From 7666eb8806d2376ce46fe6a2d657ffc7276120d2 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Mon, 5 Feb 2024 10:58:38 +0100 Subject: [PATCH] docs: remove `vp-c-brand-soft` CSS var --- LICENSE | 2 +- README.md | 2 +- docs/.vitepress/config.ts | 2 +- docs/.vitepress/theme/vars.css | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 73eb3cc..bf89d59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-present Johann Schopplich +Copyright (c) 2023-PRESENT Johann Schopplich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3a3380d..57a1aec 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ You can target specific images by passing a CSS selector, a DOM element, a list ## License -[MIT](./LICENSE) License © 2023-present [Johann Schopplich](https://github.com/johannschopplich) +[MIT](./LICENSE) License © 2023-PRESENT [Johann Schopplich](https://github.com/johannschopplich) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 835e568..a26e758 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -51,7 +51,7 @@ export default defineConfig({ footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2023-present Johann Schopplich', + copyright: 'Copyright © 2023-PRESENT Johann Schopplich', }, search: { diff --git a/docs/.vitepress/theme/vars.css b/docs/.vitepress/theme/vars.css index b7bb083..6447e65 100644 --- a/docs/.vitepress/theme/vars.css +++ b/docs/.vitepress/theme/vars.css @@ -7,7 +7,6 @@ --vp-c-brand-1: #E75153; --vp-c-brand-2: #E33638; --vp-c-brand-3: #DC1E21; - --vp-c-brand-soft: #E7515314; } /**