Browse Source

将字体调的更显眼

Michael Wang 6 years ago
parent
commit
f71aa5074c
2 changed files with 2 additions and 2 deletions
  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;