Added invidious support info to the help page.

This commit is contained in:
Ajay Ramachandran
2020-01-10 15:46:50 -05:00
parent 36d7dcce9b
commit dce90e86bf
2 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
:not(.hljs-keyword):not(.hljs-comment):not(.hljs-number):not(.hljs-string):not(pre):not(code) {
.bigText {
font-size: 50px;
}
body {
background-color: #333333;
}
@@ -122,7 +126,7 @@ a {
text-decoration: none;
}
p,li {
p,li,a {
font-family: sans-serif;
font-size: 20;
color: #c4c4c4;