mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add config option to display source code URL in footer (#2450)
This commit is contained in:
parent
bfef9d4b6e
commit
adc12addfa
7 changed files with 66 additions and 26 deletions
|
@ -314,6 +314,11 @@ footer a {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
footer span {
|
||||
margin: 4px 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* keyframes */
|
||||
|
||||
@keyframes spin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue