Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Podman. Built with Docusaurus.`,
copyright: `<p>Copyright © ${new Date().getFullYear()} Podman Container Tools, a Series of LF Projects, LLC. Built with Docusaurus.</p><p>For website terms of use, trademark policy, and other project policies, please see the <a href="https://lfprojects.org/policies/">LF Projects policies page</a>.</p>`,
},

prism: {
Expand Down
11 changes: 11 additions & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
@apply text-blue-50 no-underline hover:text-blue-300 dark:hover:text-blue-500;
}

.footer__copyright p{
display: block;
font-size: medium;
padding: 0px;
}

.footer__copyright a{
font-size: medium;
@apply text-blue-300 hover:text-blue-500
}

.menu a {
@apply no-underline;
}
Expand Down