From 145ea5281cf563e199002d19f851604a96b022ac Mon Sep 17 00:00:00 2001 From: Sarmaged <3858245+Sarmaged@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:03:39 +0000 Subject: [PATCH] Update version to 1.1.1 [patch] and upgrade dependencies --- package.json | 2 +- themes.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d5ccb9a..db40946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-forge.themes", - "version": "1.1.0", + "version": "1.1.1", "description": "Style-Forge.Themes: powerful tool for managing and applying customizable themes in web applications.", "type": "module", "main": "themes.css", diff --git a/themes.css b/themes.css index c2e8106..2912ba7 100644 --- a/themes.css +++ b/themes.css @@ -1,3 +1,3 @@ -/*! style-forge.themes v1.1.0 | MIT License | https://github.com/sarmaged/style-forge.themes */ +/*! style-forge.themes v1.1.1 | MIT License | https://github.com/sarmaged/style-forge.themes */ :root{--sf-c-link:225 73% 57%;--sf-c-link-active:288 59% 58%;--sf-c-mark-bg:60 100% 50%;--sf-c-mark-txt:0 0% 10%;--sf-c-txt:0 0% 10%;--sf-c-bg:0 0% 100%;--sf-c-bd:0 0% 75%;--sf-c-shape-bg:0 0% 90%;--sf-dark-c-link:225 73% 57%;--sf-dark-c-mark-bg:60 100% 50%;--sf-dark-c-mark-txt:0 0% 10%;--sf-dark-c-txt:0 0% 90%;--sf-dark-c-bg:0 0% 10%;--sf-dark-c-bd:0 0% 50%;--sf-dark-c-shape-bg:0 0% 20%}::backdrop{--sf-c-backdrop:0 0% 10%;--sf-dark-c-backdrop:0 0% 100%}[data-theme]{color-scheme:light;transition:background-color 0.2s ease-out}:root:where([data-theme='auto'],.auto){color-scheme:light dark}:root:where([data-theme='dark'],.dark){color-scheme:dark;--sf-c-link:var(--sf-dark-c-link);--sf-c-mark-bg:var(--sf-dark-c-mark-bg);--sf-c-mark-txt:var(--sf-dark-c-mark-txt);--sf-c-bd:var(--sf-dark-c-bd);--sf-c-bg:var(--sf-dark-c-bg);--sf-c-shape-bg:var(--sf-dark-c-shape-bg);--sf-c-txt:var(--sf-dark-c-txt)}:root:where([data-theme='dark'],.dark) ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}@media (prefers-color-scheme:dark){:root:where([data-theme='auto'],.auto){color-scheme:dark;--sf-c-link:var(--sf-dark-c-link);--sf-c-mark-bg:var(--sf-dark-c-mark-bg);--sf-c-mark-txt:var(--sf-dark-c-mark-txt);--sf-c-bd:var(--sf-dark-c-bd);--sf-c-bg:var(--sf-dark-c-bg);--sf-c-shape-bg:var(--sf-dark-c-shape-bg);--sf-c-txt:var(--sf-dark-c-txt)}:root:where([data-theme='auto'],.auto) ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}}