Skip to content

Commit c287437

Browse files
committed
Changed color of registration links
1 parent 049f5b4 commit c287437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/agenda-day-details-online.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h5>{{ event.subtitle }}</h5>
2828
{% endif %}
2929

3030
{% if event.registration-url %}
31-
<a href="{{ event.registration-url | relative_url }}" style="color:#fff;" target="_blank">
31+
<a href="{{ event.registration-url | relative_url }}" style="color:#FF66C4;" target="_blank">
3232
<h4>> REGISTER HERE!</h5>
3333
</a>
3434
{% endif %}

_includes/agenda-day-details.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h5>{{ event.subtitle }}</h5>
2828
{% endif %}
2929

3030
{% if event.registration-url %}
31-
<a href="{{ event.registration-url | relative_url }}" style="color:#fff;" target="_blank">
31+
<a href="{{ event.registration-url | relative_url }}" style="color:#FF66C4;" target="_blank">
3232
<h4>> REGISTER HERE!</h5>
3333
</a>
3434
{% endif %}

0 commit comments

Comments
 (0)