浏览代码

add lighter override to custom.scss to take effect

trwnh 6 年之前
父节点
当前提交
bd537391df
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      resources/assets/sass/custom.scss

+ 4 - 0
resources/assets/sass/custom.scss

@@ -132,6 +132,10 @@ body, button, input, textarea {
     background-color: rgba(0,0,0,0.5);
     background-color: rgba(0,0,0,0.5);
 }
 }
 
 
+.font-weight-lighter {
+    font-weight: 300 !important
+}
+
 .font-weight-ultralight {
 .font-weight-ultralight {
     font-weight: 200 !important;
     font-weight: 200 !important;
 }
 }