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 b9a95036a5 - Show all commits

View file

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