| 12345678910111213141516 |
- body {
- box-sizing: border-box;
- font-size: 16px;
- font-family: Inter, '-apple-system', BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'noto sans',
- 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
- }
- body {
- color: var(--color-text-2);
- /* font-size: 14px; */
- background-color: var(--color-bg-1);
- }
- a {
- text-decoration: none;
- }
|