Also updated post footer content ordering, and darkened main text for
better contrast in general.
{{.Content}}
<div class="footer-content">
- {{ partial "signup.html" . }}
-
<div class="text-muted">
Want to let me know what you think of BookStack or this post? <br>
- You can find me on twitter <a href="https://twitter.com/ssddanbrown">@ssddanbrown</a> or on the <a href="https://discord.gg/ztkBqR2">BookStack Discord server</a>. <br>
- You can <a href="https://github.com/BookStackApp/BookStack/issues">open a suggestion or issue on GitHub</a>.
+ You can find me on Mastodon <a href="https://fosstodon.org/@danb">@
[email protected]</a> or on the <a href="https://discord.gg/ztkBqR2">BookStack Discord server</a>. <br>
</div>
-
- <br>
+
+ {{ partial "signup.html" . }}
</div>
</main>
font-family: $text;
font-size: $fs-m;
line-height: 1.6;
- color: #555;
+ color: #444;
overflow-x: hidden;
max-width: 100%;
}
}
p.muted, p .muted, span.muted, .text-muted {
- color: lighten($text-dark, 26%);
+ color: lighten($text-dark, 13%);
&.small, .small {
- color: lighten($text-dark, 42%);
+ color: lighten($text-dark, 28%);
}
}