Skip to content

Commit

Permalink
fix: dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jan 13, 2025
1 parent 0832e0b commit 6d1434d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ it is now a collection of many Python packages for using Ansys products through
{% set family = metadata.get('family', 'other') | lower | replace(' ', '-') %}
{% set tags = metadata.get('tags', 'other') | lower %}

<div class="project-card sd-shadow-sm sd-card-hover" data-family="{{ family }}" data-tags="{{ tags }}">
<div class="project-card sd-card sd-shadow-sm sd-card-hover" data-family="{{ family }}" data-tags="{{ tags }}">
<img class="project-thumbnail" src="{{ metadata['thumbnail'] }}" />
<p class="project-title"> {{ metadata['name'] }} </p>
<p class="project-description"> {{ metadata['description'] }} </p>
<div class="sd-card-body">
<p class="sd-card-title sd-font-weight-bold"> {{ metadata['name'] }} </p>
<p class="sd-card-body-text"> {{ metadata['description'] }} </p>
</div>
</div>

{% endfor %}
Expand Down

0 comments on commit 6d1434d

Please sign in to comment.