浏览代码

将字体调的更显眼

Michael Wang 6 年之前
父节点
当前提交
f71aa5074c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/App.vue
  2. 1 1
      src/styles/global.css

+ 1 - 1
src/App.vue

@@ -44,6 +44,6 @@ export default {
   font-weight: normal;
   font-stretch: normal;
   /* line-height: 20px; */
-  color: #999999;
+  color: #777777;
 }
 </style>

+ 1 - 1
src/styles/global.css

@@ -9,7 +9,7 @@
 
 .qm-primary-strong-text {
   font-size: 14px;
-  font-weight: normal;
+  font-weight: bold;
   font-stretch: normal;
   line-height: 14px;
   letter-spacing: 0px;