소스 검색

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;