Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partials: fix weird underline in menu sidebar #9

Merged
merged 1 commit into from
Jan 22, 2024
Merged
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
8 changes: 4 additions & 4 deletions layouts/partials/menu-footer.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!-- make sure links are visible as such -->
<style>
a {
p.menu-footer > a {
text-decoration: underline !important;
}
</style>

<p>
<p class="menu-footer">
Text available under <a href="https://creativecommons.org/licenses/by-sa/4.0/"
title="CC-BY-SA license">CC-BY-SA</a>; additional terms may apply.
</p>
<p>
<p class="menu-footer">
By using this site, you agree to our <a href="https://yagpdb.xyz/terms-of-use" title="Terms of Use">Terms of Use</a>
and <a href="https://botlabs.gg/privacy-policy" title="Privacy Policy">Privacy Policy</a>.
</p>

<!-- required to adhere to MIT license terms -->
<p>
<p class="menu-footer">
Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a>
by <a href="https://gohugo.io/">Hugo</a>
</p>
Loading