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:
parent c4c3588ad9
commit 57ce7a6f4c
3 changed files with 6 additions and 9 deletions
| @ -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> | ||||
| |
| @ -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%; | ||||
} | ||||
| |
| @ -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%); | ||||
} | ||||
} | ||||
| ||||
| |
Loading…
Add table
Add a link
Reference in a new issue