refactor: remove category colors from units app
This commit is contained in:
@@ -28,32 +28,6 @@
|
||||
--font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
|
||||
/* Category colors for 23 unit types - Tailored to Tailwind 500 shades */
|
||||
--color-category-angle: oklch(0.645 0.246 16.439); /* Rose 500 */
|
||||
--color-category-apparent-power: oklch(0.606 0.25 273.428); /* Violet 500 */
|
||||
--color-category-area: oklch(0.696 0.17 162.48); /* Emerald 500 */
|
||||
--color-category-current: oklch(0.769 0.188 70.08); /* Amber 500 */
|
||||
--color-category-digital: oklch(0.623 0.214 259.815); /* Blue 500 */
|
||||
--color-category-each: oklch(0.539 0.047 258.337); /* Slate 500 */
|
||||
--color-category-energy: oklch(0.769 0.188 70.08); /* Amber 500 */
|
||||
--color-category-frequency: oklch(0.606 0.25 273.428); /* Violet 500 */
|
||||
--color-category-illuminance: oklch(0.773 0.174 91.249); /* Yellow 500 */
|
||||
--color-category-length: oklch(0.623 0.214 259.815); /* Blue 500 */
|
||||
--color-category-mass: oklch(0.696 0.17 162.48); /* Emerald 500 */
|
||||
--color-category-pace: oklch(0.704 0.14 182.503); /* Teal 500 */
|
||||
--color-category-parts-per: oklch(0.707 0.022 261.325); /* Slate 400 */
|
||||
--color-category-power: oklch(0.606 0.25 273.428); /* Violet 500 */
|
||||
--color-category-pressure: oklch(0.585 0.233 277.117); /* Indigo 500 */
|
||||
--color-category-reactive-energy: oklch(0.769 0.188 70.08); /* Amber 500 */
|
||||
--color-category-reactive-power: oklch(0.606 0.25 273.428); /* Violet 500 */
|
||||
--color-category-speed: oklch(0.704 0.14 182.503); /* Teal 500 */
|
||||
--color-category-temperature: oklch(0.627 0.225 31.038); /* Red 500 */
|
||||
--color-category-tempo: oklch(0.705 0.213 47.591); /* Orange 500 */
|
||||
--color-category-time: oklch(0.585 0.233 277.117); /* Indigo 500 */
|
||||
--color-category-voltage: oklch(0.769 0.188 70.08); /* Amber 500 */
|
||||
--color-category-volume: oklch(0.696 0.17 162.48); /* Emerald 500 */
|
||||
--color-category-volume-flow-rate: oklch(0.696 0.17 162.48); /* Emerald 500 */
|
||||
|
||||
/* Custom animations */
|
||||
--animate-gradient: gradient 8s linear infinite;
|
||||
--animate-float: float 3s ease-in-out infinite;
|
||||
|
||||
Reference in New Issue
Block a user