2025-01-10 00:21:29 +08:00
|
|
|
html[data-theme="light"]{
|
2024-12-23 00:41:55 +08:00
|
|
|
--accent-color:#3F51B5;
|
2024-12-25 23:26:35 +08:00
|
|
|
color:black;
|
2025-01-10 00:21:29 +08:00
|
|
|
background-color:white;
|
2024-12-20 23:45:25 +08:00
|
|
|
}
|
|
|
|
|
2025-01-10 00:21:29 +08:00
|
|
|
html[data-theme="dark"]{
|
2024-12-23 00:41:55 +08:00
|
|
|
--accent-color:#4d648d;
|
2024-12-25 23:26:35 +08:00
|
|
|
color:white;
|
|
|
|
background-color:black;
|
|
|
|
}
|
|
|
|
|
2025-01-04 21:33:00 +08:00
|
|
|
|
|
|
|
html {
|
|
|
|
overflow-x:hidden;
|
2025-01-16 22:36:51 +08:00
|
|
|
font-weight: 500;
|
|
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
2025-01-04 21:33:00 +08:00
|
|
|
}
|