Skip to content

Commit

Permalink
darkmode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtxe committed Oct 1, 2024
1 parent 42d18c0 commit ee8c787
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
.dreg {
filter: none;
}

.button-sm {
color: #fff;
}
}
</style>

Expand Down Expand Up @@ -245,7 +249,7 @@ <h3>Team members in attendance</h3>
src="images/icons/email2.svg" style="width: 1.1em"></a>
<a href="https://x.com/karimmithanimd" target="_blank"><img class="dreg"
src="images/icons/x.svg" style="width: 1.1em"></a>
<a href="https://scholar.google.com/citations?user=HngpKSkAAAAJ&hl=en" target="_blank"><img class=""
<a href="https://scholar.google.com/citations?user=HngpKSkAAAAJ&hl=en" target="_blank"><img
src="images/icons/google-scholar.svg" style="width: 1.1em"></a>
</div>
</div>
Expand All @@ -259,7 +263,7 @@ <h3>Team members in attendance</h3>
<div class="cflex">
<a href="mailto:kristina.zhang@sickkids.ca" target="_blank"><img class="dinv"
src="images/icons/email2.svg" style="width: 1.1em"></a>
<a href="https://linkedin.com/in/kristina-zhang-32589924b" target="_blank"><img class="dinv"
<a href="https://linkedin.com/in/kristina-zhang-32589924b" target="_blank"><img
src="images/icons/LI-In-Bug.png" style="width: 1.1em"></a>
</div>
</div>
Expand Down

0 comments on commit ee8c787

Please sign in to comment.