global: snapshot

This commit is contained in:
nym21
2026-03-26 15:57:22 +01:00
parent 6d3307c0df
commit 18bb4186a8
72 changed files with 2013 additions and 1150 deletions

View File

@@ -1,13 +1,13 @@
:root {
color-scheme: light dark;
/*--white: oklch(90% 0 0);*/
--white: oklch(93.3% 0.006 75);
/*oklch(0.9333 0.0059 59.65)*/
--light-gray: oklch(85% 0.01 75);
--gray: oklch(60% 0.01 44);
--dark-gray: oklch(25% 0.006 90);
--black: oklch(16.5% 0.006 90);
--white: oklch(95% 0 0);
--dark-white: oklch(92.5% 0 0);
--light-gray: oklch(90% 0 0);
--gray: oklch(55% 0 0);
--dark-gray: oklch(20% 0 0);
--light-black: oklch(17.5% 0 0);
--black: oklch(15% 0 0);
/*oklch(0.2038 0.0076 196.57)*/
--red: oklch(0.607 0.241 26.328);
--orange: oklch(67.64% 0.191 44.41);
@@ -31,6 +31,7 @@
--color: light-dark(var(--black), var(--white));
--off-color: var(--gray);
--border-color: light-dark(var(--light-gray), var(--dark-gray));
--off-border-color: light-dark(var(--dark-white), var(--light-black));
--font-size-xs: 0.75rem;
--line-height-xs: calc(1 / 0.75);