index.css 368 B

12345678910111213141516
  1. body {
  2. box-sizing: border-box;
  3. font-size: 16px;
  4. font-family: Inter, '-apple-system', BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'noto sans',
  5. 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  6. }
  7. body {
  8. color: var(--color-text-2);
  9. /* font-size: 14px; */
  10. background-color: var(--color-bg-1);
  11. }
  12. a {
  13. text-decoration: none;
  14. }