Skip to content

Commit

Permalink
FIX: dark theme in services.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand0 committed Nov 19, 2024
1 parent 4eeea41 commit c56de77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ <h2 class="display-6 text-center">What are the main relations between services?<
</form>

<div id="visualization" class="visualization">
<svg id="chart" width="1380" height="690"></svg>
<svg id="chart" width="1380" height="690" fill="currentColor"></svg>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@gramex/[email protected]/dist/dark-theme.js" type="module"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
<script src="services.js" type="module"></script>
</body>
Expand Down

0 comments on commit c56de77

Please sign in to comment.