Skip to content

Commit

Permalink
feat: Update footer CSS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbienias committed Sep 3, 2023
1 parent ed681c7 commit e92bdc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const config = {
},
footer: {
style: "light",
copyright: `<div class="text-base">Codisity © ${new Date().getFullYear()}, by <a href="https://adrianbienias.pl" target="_blank" rel="noopener">Adrian Bienias</a></div>`,
copyright: `Codisity © ${new Date().getFullYear()}, by <a href="https://adrianbienias.pl" target="_blank" rel="noopener">Adrian Bienias</a>`,
},
prism: {
theme: lightCodeTheme,
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@
.video iframe {
@apply aspect-video w-full;
}

.footer__copyright {
@apply text-base;
}

0 comments on commit e92bdc6

Please sign in to comment.