8 lines
185 B
CSS
8 lines
185 B
CSS
:root {
|
|
color-scheme: dark;
|
|
font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.45;
|
|
text-rendering: geometricPrecision;
|
|
}
|