mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Keep darkmode hover from changing in explore
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -75,10 +75,6 @@
|
||||
.connections-illustration {
|
||||
content:url(../../img/graphics/nodes-dark.png)
|
||||
}
|
||||
|
||||
.dev-tools-link:hover p {
|
||||
color: #E0E0E1;
|
||||
}
|
||||
}
|
||||
|
||||
.quickstart-image {
|
||||
@@ -88,6 +84,10 @@
|
||||
.dev-tools-img {
|
||||
content:url(../../img/graphics/dev-tools-dark.png)
|
||||
}
|
||||
|
||||
.dev-tools-link:hover p {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
// Video Cards
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
{% macro devToolsCard(link, title, description) %}
|
||||
<a href="{{ link }}" class="col dev-tools-link">
|
||||
<h6 class="btn-arrow">{{ title }}</h6>
|
||||
<p class="no-underline"> {{ description }}</p>
|
||||
<p> {{ description }}</p>
|
||||
</a>
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user