Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Dec 5, 2019
1 parent 138e660 commit da28c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/assets/styles/common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html,
body {
background: #f7f7f7;
font-family: "system-ui", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, sans-serif !important;
font-family: "-apple-system", "system-ui", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, sans-serif !important;
}

.column {
Expand Down
2 changes: 1 addition & 1 deletion site/assets/styles/topic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
.topic-title {
color: #555;
font-size: 16px;
font-weight: 600;
line-height: 21px;
font-weight: normal;
overflow: hidden;
word-break: break-all;
-webkit-line-clamp: 2;
Expand Down

0 comments on commit da28c80

Please sign in to comment.