Skip to content

Commit 9a8a1db

Browse files
style: hide Just the Docs theme attribution in footer
1 parent c4bb143 commit 9a8a1db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_sass/custom/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@
5252
height: 11rem;
5353
}
5454
}
55+
56+
// Hide "Just the Docs" theme attribution in footer
57+
.site-footer .site-footer-credits {
58+
display: none;
59+
}

0 commit comments

Comments
 (0)