瀏覽代碼

Font-weight: 600 for buttons

@soyjavi 13 年之前
父節點
當前提交
c26689778b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/stylesheets/Lungo.widgets.button.styl
  2. 1 1
      src/stylesheets/css/Lungo.widgets.button.css

+ 1 - 1
src/stylesheets/Lungo.widgets.button.styl

@@ -20,7 +20,7 @@
   color: #fff !important
   font-family: inherit
   font-size: 1.05em
-  font-weight: 400
+  font-weight: 600
   text-align: center
   text-decoration: none
   outline: none

+ 1 - 1
src/stylesheets/css/Lungo.widgets.button.css

@@ -15,7 +15,7 @@ button {
   color: #fff !important;
   font-family: inherit;
   font-size: 1.05em;
-  font-weight: 400;
+  font-weight: 600;
   text-align: center;
   text-decoration: none;
   outline: none;