瀏覽代碼

blind important fontsize

alexlcdee 8 年之前
父節點
當前提交
cdc3546090
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/files/scss/_blind.scss

+ 6 - 6
src/files/scss/_blind.scss

@@ -87,27 +87,27 @@
 }
 
 .font100 {
-    font-size: 100%;
+    font-size: 100% !important;
 }
 
 .font102 {
-    font-size: 102%;
+    font-size: 102% !important;
 }
 
 .font104 {
-    font-size: 104%;
+    font-size: 104% !important;
 }
 
 .font106 {
-    font-size: 106%;
+    font-size: 106% !important;
 }
 
 .font108 {
-    font-size: 108%;
+    font-size: 108% !important;
 }
 
 .font110 {
-    font-size: 110%;
+    font-size: 110% !important;
 }
 
 .default {