Skip to content

Commit

Permalink
Update card.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrothers authored Mar 18, 2024
1 parent e35907b commit f2cd427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h5 class="card-title">{{ include.titlecamel }}</h5>
</div>
<div class="card-footer">
<a class="btn w-100" href="{{ include.url | relative_url }}" role="button" style="background-color: {{ include.color }}; filter: brightness(105%); margin-top:6px;">Go to {{ include.url | relative_url }}</a>
<button class="btn w-100" style="background-color: {{ include.color }}; filter: brightness(105%); margin-top:6px;" onclick="CopyToClipboard('{{ include.url | absolute_url }}');">Copy link to clipboard</button>
<button class="btn w-100" style="background-color: {{ include.color }}; filter: brightness(105%); margin-top:6px;" onclick="CopyToClipboard('{{ include.url | absolute_url }}');"><div style="filter: drop-shadow(0 0 0.75rem white);">Copy link to clipboard</div></button>
</div>
</div>
</div>

0 comments on commit f2cd427

Please sign in to comment.