|
2 | 2 | @import'~@alifd/theme-4/dist/next.css';
|
3 | 3 |
|
4 | 4 | html {
|
5 |
| -height:100%; |
6 |
| -width:100%; |
| 5 | +height:100%; |
| 6 | +width:100%; |
7 | 7 | }
|
8 | 8 |
|
9 | 9 | body {
|
10 |
| -height:100%; |
11 |
| -width:100%; |
12 |
| -margin:0; |
13 |
| -padding:0; |
14 |
| -font-family: -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans', |
15 |
| -'Droid Sans','Helvetica Neue', sans-serif; |
16 |
| --webkit-font-smoothing: antialiased; |
17 |
| --moz-osx-font-smoothing: grayscale; |
18 |
| -background-color: white; |
| 10 | +height:100%; |
| 11 | +width:100%; |
| 12 | +margin:0; |
| 13 | +padding:0; |
| 14 | +font-family: -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans', |
| 15 | +'Droid Sans','Helvetica Neue', sans-serif; |
| 16 | +-webkit-font-smoothing: antialiased; |
| 17 | +-moz-osx-font-smoothing: grayscale; |
| 18 | +background-color: white; |
19 | 19 | }
|
20 | 20 |
|
21 | 21 | code {
|
22 |
| -font-family: source-code-pro, Menlo, Monaco, Consolas,'Courier New', monospace; |
| 22 | +font-family: source-code-pro, Menlo, Monaco, Consolas,'Courier New', monospace; |
23 | 23 | }
|
24 | 24 |
|
25 | 25 | p {
|
26 |
| -margin:0; |
| 26 | +margin:0; |
27 | 27 | }
|