mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 13:36:36 +00:00
12 lines
135 B
CSS
12 lines
135 B
CSS
:root {
|
|
--color-fg: #101010;
|
|
|
|
--space-1: calc(var(--size-1) / 2);
|
|
|
|
--z-nav: 100;
|
|
|
|
--duration-fast: 120ms;
|
|
|
|
--text-md: 0.875rem;
|
|
}
|