mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
fix images and light mode color
This commit is contained in:
@@ -142,6 +142,11 @@ color: $gray-100;
|
||||
color: #A2A2A4;
|
||||
}
|
||||
|
||||
html.light .event-hero {
|
||||
color: $gray-900;
|
||||
color: #111112;
|
||||
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
@@ -243,8 +248,8 @@ color: $gray-100;
|
||||
<p>{{event.description}}</p>
|
||||
</div>
|
||||
<div class="mt-lg-auto event-card-footer d-flex flex-column">
|
||||
<span class="d-flex mb-2"><img src="/assets/img/events/event-location.svg" height=24 class="pr-2" />{{event.location}}</span>
|
||||
<span class="d-flex"><img src="/assets/img/events/event-date.svg" height=24 class="pr-2" />{{event.date}}</span>
|
||||
<span class="d-flex mb-2"><img src="./assets/img/events/event-location.svg" height=24 class="pr-2" />{{event.location}}</span>
|
||||
<span class="d-flex"><img src="./assets/img/events/event-date.svg" height=24 class="pr-2" />{{event.date}}</span>
|
||||
</div>
|
||||
{# <div class="card-footer"> </div> #}
|
||||
</a>
|
||||
@@ -314,8 +319,8 @@ color: $gray-100;
|
||||
<p>{{event.description}}</p>
|
||||
</div>
|
||||
<div class="mt-lg-auto event-card-footer d-flex flex-column">
|
||||
<span class="d-flex mb-2"><img src="/assets/img/events/event-location.svg" height=24 class="pr-2" />{{event.location}}</span>
|
||||
<span class="d-flex"><img src="/assets/img/events/event-date.svg" height=24 class="pr-2" />{{event.date}}</span>
|
||||
<span class="d-flex mb-2"><img src="./assets/img/events/event-location.svg" height=24 class="pr-2" />{{event.location}}</span>
|
||||
<span class="d-flex"><img src="./assets/img/events/event-date.svg" height=24 class="pr-2" />{{event.date}}</span>
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user