-
Notifications
You must be signed in to change notification settings - Fork 0
/
themes.css
3 lines (2 loc) · 1.48 KB
/
themes.css
1
2
3
/*! style-forge.themes v1.1.5 | MIT License | https://github.com/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)}}