A8000
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
995 B

8 months ago
8 months ago
  1. :root {
  2. font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  3. line-height: 1.5;
  4. font-weight: 400;
  5. color-scheme: light dark;
  6. color: rgba(255, 255, 255, 0.87);
  7. background-color: #242424;
  8. font-synthesis: none;
  9. text-rendering: optimizeLegibility;
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13. a {
  14. font-weight: 500;
  15. color: #646cff;
  16. text-decoration: inherit;
  17. }
  18. a:hover {
  19. color: #535bf2;
  20. }
  21. body {
  22. margin: 0;
  23. display: flex;
  24. place-items: center;
  25. min-width: 320px;
  26. min-height: 100vh;
  27. }
  28. h1 {
  29. font-size: 3.2em;
  30. line-height: 1.1;
  31. }
  32. button {
  33. border: none;
  34. }
  35. .card {
  36. padding: 2em;
  37. }
  38. #app {
  39. max-width: 1200px;
  40. margin: 0 auto;
  41. text-align: center;
  42. }
  43. @media (prefers-color-scheme: light) {
  44. :root {
  45. color: #213547;
  46. background-color: #ffffff;
  47. }
  48. a:hover {
  49. color: #747bff;
  50. }
  51. button {
  52. background-color: #f9f9f9;
  53. }
  54. }
  55. @media (max-width: 800px) {
  56. :root {
  57. font-size: 0.8em;
  58. }
  59. }