Change font family to better native selection (#679)

このコミットが含まれているのは:
Dragnucs 2019-08-16 20:59:05 +00:00 committed by Omar Roth
コミット 7eaac995bd
1個のファイルの変更5行の追加2行の削除

ファイルの表示

@ -1,3 +1,8 @@
html,
body {
font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.deleted {
background-color: rgb(255, 0, 0, 0.5);
}
@ -113,7 +118,6 @@ img.thumbnail {
border-radius: 2px;
padding: 2px;
font-size: 16px;
font-family: sans-serif;
right: 0.25em;
bottom: -0.75em;
}
@ -126,7 +130,6 @@ img.thumbnail {
border-radius: 2px;
padding: 4px 8px 4px 8px;
font-size: 16px;
font-family: sans-serif;
left: 0.2em;
top: -0.7em;
}