From 37d66717d2ac8a82fbb98a7bef358b72f897e5e5 Mon Sep 17 00:00:00 2001 From: Sarmaged <3858245+Sarmaged@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:18:16 +0000 Subject: [PATCH] Update version to 1.0.6 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 13cae63..c20ed18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-forge.themes", - "version": "1.0.5", + "version": "1.0.6", "description": "Style Forge Themes package is a powerful and flexible tool designed for managing and applying themes to your web applications. It provides a streamlined way to handle theme customization, allowing developers to create, switch, and maintain multiple themes effortlessly.", "type": "module", "main": "themes.css", diff --git a/themes.css b/themes.css index 3a2917d..16f9fff 100644 --- a/themes.css +++ b/themes.css @@ -1,3 +1,3 @@ -/*! style-forge.themes v1.0.5 | MIT License | github.com/sarmaged/style-forge.themes */ +/*! style-forge.themes v1.0.6 | MIT License | https://github.com/sarmaged/style-forge.base */ :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}[data-theme='auto']{color-scheme:light dark}:root[data-theme='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[data-theme='dark'] ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}@media (prefers-color-scheme:dark){:root[data-theme='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[data-theme='auto'] ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}}