feat: night mode

This commit is contained in:
tim
2025-07-09 00:55:42 +08:00
parent 47171a7649
commit fba2c80b9c
11 changed files with 46 additions and 47 deletions

View File

@@ -76,5 +76,7 @@ export default {
width: 100%;
font-size: 16px;
resize: none;
background-color: transparent;
color: var(--text-color);
}
</style>