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.

74 lines
1.0 KiB

8 months ago
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. width: 800px;
  23. height: 1280px;
  24. margin: 0 auto;
  25. display: flex;
  26. place-items: center;
  27. min-width: 320px;
  28. min-height: 100vh;
  29. }
  30. h1 {
  31. font-size: 3.2em;
  32. line-height: 1.1;
  33. }
  34. button {
  35. border: none;
  36. }
  37. .card {
  38. padding: 2em;
  39. }
  40. #app {
  41. max-width: 800px;
  42. margin: 0 auto;
  43. text-align: center;
  44. }
  45. @media (prefers-color-scheme: light) {
  46. :root {
  47. color: #213547;
  48. background-color: #ffffff;
  49. }
  50. a:hover {
  51. color: #747bff;
  52. }
  53. button {
  54. background-color: #f9f9f9;
  55. }
  56. }
  57. @media (max-width: 800px) {
  58. :root {
  59. font-size: 0.8em;
  60. }
  61. }