Updated personal twitter link to mastodon.

Also updated post footer content ordering, and darkened main text for better contrast in general.
This commit is contained in:
Dan Brown 2023-01-26 17:39:02 +00:00
commit 57ce7a6f4c
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -24,15 +24,12 @@
{{.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">@danb@fosstodon.org</a> or on the <a href="https://discord.gg/ztkBqR2">BookStack Discord server</a>. <br>
</div>
<br>
{{ partial "signup.html" . }}
</div>
</main>

View file

@ -9,7 +9,7 @@ body {
font-family: $text;
font-size: $fs-m;
line-height: 1.6;
color: #555;
color: #444;
overflow-x: hidden;
max-width: 100%;
}

View file

@ -252,9 +252,9 @@ p.neg, p .neg, span.neg, .text-neg {
}
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%);
}
}