summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorDragnucs <Dragnucs@users.noreply.github.com>2019-08-16 20:59:05 +0000
committerOmar Roth <omarroth@protonmail.com>2019-08-16 15:59:05 -0500
commit7eaac995bd549b03f53930fbbfc5d77e2b051362 (patch)
tree0f30051ccffcbadff5690756981ec6b1badc2cc5 /assets/css
parenta19cdb5e7251cb5b51d08e0c844119d8267440b3 (diff)
downloadinvidious-7eaac995bd549b03f53930fbbfc5d77e2b051362.tar.gz
invidious-7eaac995bd549b03f53930fbbfc5d77e2b051362.tar.bz2
invidious-7eaac995bd549b03f53930fbbfc5d77e2b051362.zip
Change font family to better native selection (#679)
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 4b81d9f5..451fbc8c 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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;
}