mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Style for reply button
This commit is contained in:
parent
aa68e11c56
commit
8fc0095a72
2 changed files with 12 additions and 1 deletions
|
@ -456,6 +456,17 @@ main .e-content .toot-photos img {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reply-button {
|
||||||
|
border: 1px solid black;
|
||||||
|
padding: 5px;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
box-shadow: 5px 5px var(--acent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.reply-button:hover {
|
||||||
|
box-shadow: 2px 2px var(--acent-color);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Fonts
|
** Fonts
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' style="border: 1px solid black;padding: 5px;border-radius: 0.5rem;">Reply via Email</a>
|
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
|
||||||
|
|
||||||
{{ partial "webmentions.html" . }}
|
{{ partial "webmentions.html" . }}
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue