mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user