app.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. :root {
  2. --theme-color-primary-50: 245, 248, 255;
  3. --theme-color-primary-100: 232, 238, 255;
  4. --theme-color-primary-200: 187, 203, 254;
  5. --theme-color-primary-300: 143, 165, 253;
  6. --theme-color-primary-400: 99, 124, 253;
  7. --theme-color-primary-500: 55, 81, 252;
  8. --theme-color-primary: 11, 36, 251;
  9. --theme-color-primary-700: 7, 20, 207;
  10. --theme-color-primary-800: 4, 9, 164;
  11. --theme-color-primary-900: 1, 1, 120;
  12. --theme-color-primary-950: 3, 0, 77;
  13. --theme-color-dark-50: 255, 254, 245;
  14. --theme-color-dark-100: 255, 251, 232;
  15. --theme-color-dark-200: 255, 244, 199;
  16. --theme-color-dark-300: 255, 234, 166;
  17. --theme-color-dark-400: 255, 222, 133;
  18. --theme-color-dark-500: 255, 209, 100;
  19. --theme-color-dark: 255, 192, 67;
  20. --theme-color-dark-700: 210, 148, 41;
  21. --theme-color-dark-800: 166, 108, 22;
  22. --theme-color-dark-900: 121, 72, 8;
  23. --theme-color-dark-950: 77, 41, 0;
  24. --theme-color-primaryBlack: 1, 3, 25;
  25. --theme-color-primaryWhite: 242, 242, 243;
  26. --theme-color-darkBlack: 25, 17, 1;
  27. --theme-color-darkWhite: 243, 242, 242;
  28. --theme-color-functional-success: 17, 187, 141;
  29. --theme-color-functional-warning: 185, 80, 0;
  30. --theme-color-functional-error: 218, 20, 20;
  31. --theme-color-functional-info: 46, 90, 172;
  32. --theme-color-extend0: 0, 172, 238;
  33. --theme-color-extend1: 255, 105, 55;
  34. --theme-color-extend2: 0, 112, 74;
  35. }
  36. :root {
  37. --un-default-border-color: currentColor;
  38. }
  39. html {
  40. -webkit-tap-highlight-color: transparent;
  41. }