Browse Source

Matching menu font size to notebook

Reese Netro 9 năm trước cách đây
mục cha
commit
da39f59c39
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/default-theme/index.css

+ 1 - 1
src/default-theme/index.css

@@ -265,7 +265,7 @@ body {
   background: #FAFAFA;
   color: rgba(0, 0, 0, 0.87);
   border-bottom: 1px solid #DDDDDD;
-  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
 }