mirror of
https://github.com/iv-org/invidious
synced 2024-11-03 03:40:35 +00:00
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 {
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user