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.
11 lines
270 B
11 lines
270 B
5 months ago
|
page {
|
||
|
background: #f5f5f5;
|
||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||
|
}
|
||
|
|
||
|
/* 深色模式 */
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
page {
|
||
|
background: #1a1a1a;
|
||
|
}
|
||
|
}
|