Browse Source

修改项目全局的字体颜色为黑色

丸子 3 tháng trước cách đây
mục cha
commit
2ed110947e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/style.css

+ 2 - 0
src/style.css

@@ -69,6 +69,8 @@ button:focus-visible {
   margin: 0 auto;
   padding: 2rem;
   text-align: center;
+  color: black;
+  font-family: 'SourceHanSansCN-Normal';
 }
 
 @media (prefers-color-scheme: light) {