Skip to content

Commit

Permalink
Update Dark mode svg (#80)
Browse files Browse the repository at this point in the history
Fixing an svg issue

---------

Co-authored-by: shannonwells <[email protected]>
  • Loading branch information
wilwade and shannonwells authored Oct 24, 2024
1 parent 3e2cee5 commit 0ba9c7a
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 2 deletions.
7 changes: 7 additions & 0 deletions css/highlight-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ pre .hljs {
.svg-embed-coal {
display: block;
}

.no-js .svg-embed-light {
display: block;
}
.no-js .svg-embed-coal {
display: none;
}
2 changes: 1 addition & 1 deletion pages/images/ParachainModel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
225 changes: 224 additions & 1 deletion pages/images/TokenAllocation-Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ba9c7a

Please sign in to comment.