privacy.wxss 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .policy-section.data-v-33d54784 {
  2. scroll-margin-top: 20px;
  3. }
  4. h2.data-v-33d54784 {
  5. position: relative;
  6. padding-left: 1rem;
  7. }
  8. h2.data-v-33d54784::before {
  9. content: '';
  10. position: absolute;
  11. left: 0;
  12. top: 50%;
  13. transform: translateY(-50%);
  14. width: 4px;
  15. height: 70%;
  16. background-color: #3b82f6;
  17. border-radius: 2px;
  18. }
  19. .data-v-33d54784 .policy-content a {
  20. color: #3b82f6;
  21. text-decoration: underline;
  22. transition: color 0.3s ease;
  23. }
  24. .data-v-33d54784 .policy-content a:hover {
  25. color: #1d4ed8;
  26. }
  27. @media (prefers-color-scheme: dark) {
  28. .privacy-policy-container.data-v-33d54784 {
  29. background-color: #1e293b;
  30. }
  31. h1.data-v-33d54784, h2.data-v-33d54784 {
  32. color: #f8fafc;
  33. }
  34. p.data-v-33d54784, .text-gray-600.data-v-33d54784 {
  35. color: #cbd5e1;
  36. }
  37. .border-gray-200.data-v-33d54784 {
  38. border-color: #334155;
  39. }
  40. .text-gray-500.data-v-33d54784 {
  41. color: #94a3b8;
  42. }
  43. }