plugin.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. Purple: #7576FD
  3. Black: #030303
  4. Grey: #89929E
  5. Light Grey: #E3E3E3
  6. Background: #F3F4F5
  7. Red: #FF2600
  8. */
  9. .th-mikee {
  10. --mute-percent: 60%;
  11. --background-color: white;
  12. --medium-color: #89929E;
  13. --action-color: #7576FD;
  14. --error-color: #FF2600;
  15. --text-color: #030303;
  16. --text-selection-bg-color: #7575fd4D;
  17. --text-selection-bg-color-error: #FF26004D;
  18. --text-semi-muted-color: #89929E80;
  19. --text-contrast-action-color: white;
  20. --text-contrast-error-color: white;
  21. --base-border-color: #E3E3E3;
  22. --accent-border-color: #7576FD;
  23. --light-border-color: #E3E3E3;
  24. --form-box-border-focus: #7576FD;
  25. --form-box-shadow-color-focus: #7576FD;
  26. --form-box-shadow-color-focus-error: #FF2600;
  27. --dropdown-box-shadow-color: #E3E3E3;
  28. --secondary-background-color: #F3F4F5;
  29. --intermediate-background-color: #F3F4F5;
  30. }
  31. .th-mikee button {
  32. border-radius: 9px;
  33. color: #7576FD;
  34. }
  35. .th-mikee input {
  36. border-radius: 9px;
  37. }
  38. .th-mikee select {
  39. border-radius: 9px;
  40. }
  41. .th-mikee h1 {
  42. color: #7576FD;
  43. }
  44. .th-mikee div[class*='__btn'] {
  45. color: #7576FD;
  46. }
  47. .th-mikee div[class*='__db']{
  48. color: #7576FD;
  49. }
  50. .th-mikee div[class*='-button'] {
  51. color: #7576FD;
  52. }