Added option for custom invidious instances.

This commit is contained in:
Ajay Ramachandran
2019-12-31 19:09:37 -05:00
parent ea3f9f246e
commit 0b41118232
5 changed files with 98 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ body {
text-align: center;
}
.inline {
display: inline-block;
}
.bold {
font-weight: bold;
}