Change font family to better native selection (#679)
This commit is contained in:
parent
a19cdb5e72
commit
7eaac995bd
|
@ -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 {
|
.deleted {
|
||||||
background-color: rgb(255, 0, 0, 0.5);
|
background-color: rgb(255, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
@ -113,7 +118,6 @@ img.thumbnail {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: sans-serif;
|
|
||||||
right: 0.25em;
|
right: 0.25em;
|
||||||
bottom: -0.75em;
|
bottom: -0.75em;
|
||||||
}
|
}
|
||||||
|
@ -126,7 +130,6 @@ img.thumbnail {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 4px 8px 4px 8px;
|
padding: 4px 8px 4px 8px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: sans-serif;
|
|
||||||
left: 0.2em;
|
left: 0.2em;
|
||||||
top: -0.7em;
|
top: -0.7em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue