Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

tailwind.css 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @layer base {
  5. :root {
  6. --background: 0 0% 100%;
  7. --foreground: 222.2 47.4% 11.2%;
  8. --muted: 210 40% 96.1%;
  9. --muted-foreground: 215.4 16.3% 46.9%;
  10. --popover: 0 0% 100%;
  11. --popover-foreground: 222.2 47.4% 11.2%;
  12. --border: 214.3 31.8% 91.4%;
  13. --input: 214.3 31.8% 91.4%;
  14. --card: 0 0% 100%;
  15. --card-foreground: 222.2 47.4% 11.2%;
  16. --primary: 222.2 47.4% 11.2%;
  17. --primary-foreground: 210 40% 98%;
  18. --secondary: 210 40% 96.1%;
  19. --secondary-foreground: 222.2 47.4% 11.2%;
  20. --accent: 210 40% 96.1%;
  21. --accent-foreground: 222.2 47.4% 11.2%;
  22. --destructive: 0 100% 50%;
  23. --destructive-foreground: 210 40% 98%;
  24. --ring: 215 20.2% 65.1%;
  25. --radius: 0.5rem;
  26. --background-inverse-standard: rgba(230, 227, 246, 0.15);
  27. --background-inverse-standard-foreground: rgb(92, 81, 81);
  28. --colors-background-inverse-standard: rgba(29, 26, 44, 0.1);
  29. --colors-background-inverse-strong: rgba(11, 10, 18, 0.8);
  30. --colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
  31. --colors-background-neutral-standard: white;
  32. --colors-background-neutral-strong: rgba(226, 223, 246, 1);
  33. --colors-background-functional-solid-danger: rgba(222, 17, 53, 1);
  34. --colors-background-core-strong: rgba(98, 72, 246, 1);
  35. --colors-background-sentiment-solid-primary: rgba(127, 105, 255, 1);
  36. --colors-background-core-standard: rgb(90, 75, 254);
  37. --button-blue-text: rgb(22, 119, 255);
  38. --colors-outline-sentiment-primary: rgba(127, 105, 255, 1);
  39. --colors-outline-neutral-strong: rgba(112, 107, 107, 0.15);
  40. --colors-outline-neutral-standard: rgba(53, 51, 65, 0.1);
  41. --colors-text-core-standard: rgba(127, 105, 255, 1);
  42. --colors-text-neutral-strong: rgba(17, 16, 23, 1);
  43. --colors-text-neutral-standard: rgba(152, 148, 176, 1);
  44. --colors-text-neutral-weak: rgba(170, 160, 197, 1);
  45. --colors-text-functional-danger: rgba(255, 81, 81, 1);
  46. --colors-text-inverse-strong: rgba(255, 255, 255, 1);
  47. --colors-text-persist-light: rgba(255, 255, 255, 1);
  48. --colors-text-inverse-weak: rgba(184, 181, 203, 1);
  49. --text-delete-red: rgba(216, 73, 75, 1);
  50. --sidebar-background: 0 0% 98%;
  51. --sidebar-foreground: 240 5.3% 26.1%;
  52. --sidebar-primary: 240 5.9% 10%;
  53. --sidebar-primary-foreground: 0 0% 98%;
  54. --sidebar-accent: 240 4.8% 95.9%;
  55. --sidebar-accent-foreground: 240 5.9% 10%;
  56. --sidebar-border: 220 13% 91%;
  57. --sidebar-ring: 217.2 91.2% 59.8%;
  58. --background-inverse-strong: rgba(255, 255, 255, 0.15);
  59. --background-badge: rgba(22, 22, 24, 0.5);
  60. --text-badge: rgba(151, 154, 171, 1);
  61. --text-title: rgba(22, 22, 24, 1);
  62. --text-sub-title: rgba(151, 154, 171, 1);
  63. --text-sub-title-invert: rgba(91, 93, 106, 1);
  64. --background-header-bar: rgba(11, 11, 12, 1);
  65. --text-title-invert: rgba(255, 255, 255, 1);
  66. --background-card: rgba(22, 22, 24, 0.05);
  67. --background-checked: rgba(76, 164, 231, 1);
  68. }
  69. .dark {
  70. --background: rgba(11, 10, 18, 1);
  71. --foreground: 213 31% 91%;
  72. --muted: 223 47% 11%;
  73. --muted-foreground: 215.4 16.3% 56.9%;
  74. --accent: 216 34% 17%;
  75. --accent-foreground: 210 40% 98%;
  76. --popover: 224 71% 4%;
  77. --popover-foreground: 215 20.2% 65.1%;
  78. --border: 216 34% 17%;
  79. --input: 216 34% 17%;
  80. --card: 224 71% 4%;
  81. --card-foreground: 213 31% 91%;
  82. --primary: 210 40% 98%;
  83. --primary-foreground: 222.2 47.4% 1.2%;
  84. --secondary: 222.2 47.4% 11.2%;
  85. --secondary-foreground: 210 40% 98%;
  86. --destructive: 0 63% 31%;
  87. --destructive-foreground: 210 40% 98%;
  88. --ring: 216 34% 17%;
  89. --radius: 0.5rem;
  90. --background-inverse-standard: rgba(230, 227, 246, 0.15);
  91. --background-inverse-standard-foreground: rgba(255, 255, 255, 1);
  92. --background-inverse-weak: rgba(184, 181, 203, 0.15);
  93. --background-inverse-weak-foreground: rgba(255, 255, 255, 1);
  94. --background-core-standard: rgba(137, 126, 255, 1);
  95. --background-core-standard-foreground: rgba(255, 255, 255, 1);
  96. --background-inverse-strong: rgba(255, 255, 255, 0.15);
  97. --background-inverse-strong-foreground: rgba(255, 255, 255, 1);
  98. --background-core-weak: rgb(101, 75, 248);
  99. --background-core-weak-foreground: rgba(255, 255, 255, 1);
  100. --background-badge: rgba(22, 22, 24, 0.5);
  101. --text-badge: rgba(151, 154, 171, 1);
  102. --colors-background-core-standard: rgba(137, 126, 255, 1);
  103. --colors-background-core-strong: rgba(152, 147, 255, 1);
  104. --colors-background-core-weak: rgba(101, 75, 248, 1);
  105. --colors-background-functional-solid-danger: rgba(255, 57, 92, 1);
  106. --colors-background-functional-solid-notice: rgba(255, 208, 94, 1);
  107. --colors-background-functional-solid-positive: rgba(74, 225, 145, 1);
  108. --colors-background-functional-transparent-danger: rgba(234, 50, 83, 0.2);
  109. --colors-background-functional-transparent-notice: rgba(248, 208, 111, 0.5);
  110. --colors-background-functional-transparent-positive: rgba(
  111. 65,
  112. 203,
  113. 130,
  114. 0.5
  115. );
  116. --colors-background-inverse-standard: rgba(230, 227, 246, 0.15);
  117. --colors-background-inverse-strong: rgba(255, 255, 255, 0.8);
  118. --colors-background-inverse-weak: rgba(184, 181, 203, 0.15);
  119. --colors-background-neutral-standard: rgba(11, 10, 18, 1);
  120. --colors-background-neutral-strong: rgba(29, 26, 44, 1);
  121. --colors-background-neutral-weak: rgba(17, 16, 23, 1);
  122. --colors-background-sentiment-solid-primary: rgba(146, 118, 255, 1);
  123. --colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
  124. --colors-outline-neutral-strong: rgba(255, 255, 255, 0.15);
  125. --colors-outline-neutral-standard: rgba(230, 227, 246, 0.1);
  126. --colors-text-core-standard: rgba(137, 126, 255, 1);
  127. --colors-text-neutral-strong: rgba(255, 255, 255, 1);
  128. --colors-text-neutral-standard: rgba(230, 227, 246, 1);
  129. --colors-text-neutral-weak: rgba(170, 160, 197, 1);
  130. --colors-text-functional-danger: rgba(255, 81, 81, 1);
  131. --colors-text-inverse-strong: rgba(17, 16, 23, 1);
  132. --colors-text-persist-light: rgba(255, 255, 255, 1);
  133. --colors-text-inverse-weak: rgba(84, 80, 106, 1);
  134. --text-delete-red: rgba(216, 73, 75, 1);
  135. --sidebar-background: 240 5.9% 10%;
  136. --sidebar-foreground: 240 4.8% 95.9%;
  137. --sidebar-primary: 224.3 76.3% 48%;
  138. --sidebar-primary-foreground: 0 0% 100%;
  139. --sidebar-accent: 240 3.7% 15.9%;
  140. --sidebar-accent-foreground: 240 4.8% 95.9%;
  141. --sidebar-border: 240 3.7% 15.9%;
  142. --sidebar-ring: 217.2 91.2% 59.8%;
  143. --text-title: rgba(255, 255, 255, 1);
  144. --text-sub-title: rgba(91, 93, 106, 1);
  145. --text-sub-title-invert: rgba(151, 154, 171, 1);
  146. --background-header-bar: rgba(11, 11, 12, 1);
  147. --text-title-invert: rgba(22, 22, 24, 1);
  148. --background-card: rgba(255, 255, 255, 0.05);
  149. --background-checked: rgba(76, 164, 231, 1);
  150. }
  151. }
  152. @layer base {
  153. * {
  154. @apply border-border;
  155. }
  156. body {
  157. @apply bg-text-title-invert text-foreground;
  158. font-feature-settings:
  159. 'rlig' 1,
  160. 'calt' 1;
  161. }
  162. /* https://tailwindcss.com/docs/preflight */
  163. h1 {
  164. @apply text-2xl font-bold;
  165. }
  166. h2 {
  167. @apply text-xl font-semibold;
  168. }
  169. h3 {
  170. @apply text-lg font-medium;
  171. }
  172. h4 {
  173. @apply text-base font-normal;
  174. }
  175. img,
  176. video {
  177. max-width: none;
  178. }
  179. }