This addon will replace "youtube.com" with the chosen Invidious instance #1441

Merged
MrPetovan merged 19 commits from :develop into 2023.09-rc 2023-12-08 20:50:23 +01:00
Showing only changes of commit b547cf8908 - Show all commits

View file

@ -21,3 +21,13 @@
margin-top: 25px;
font-size: 20px;
}
/* The pageheader box */
.pageheader {
padding: 20px;
background-color: #2eb885; /* Green */
color: white;
border: 1px solid transparent;
border-radius: 2px;
margin-bottom: 15px;
}