mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Change footer div into footer element
This commit is contained in:
parent
ea16c01fa2
commit
909606826d
2 changed files with 6 additions and 6 deletions
|
@ -282,8 +282,8 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
* Footer
|
||||
*/
|
||||
|
||||
.footer {
|
||||
color: #666666;
|
||||
footer {
|
||||
color: #919191;
|
||||
margin: 1.5em 0;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
|
@ -293,8 +293,8 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
max-height: 30vh;
|
||||
}
|
||||
|
||||
body .footer a {
|
||||
color: inherit;
|
||||
footer a {
|
||||
color: #919191 !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue