update 调整全局字体和字体颜色

This commit is contained in:
danshihao
2024-03-21 17:31:42 +08:00
parent abb248bcdf
commit d81f6fffcd
2 changed files with 4 additions and 6 deletions
-5
View File
@@ -69,9 +69,4 @@ export default {
#app {
height: 100%;
}
body {
/* 文字颜色加深 */
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
</style>