Skip to content

Commit

Permalink
adding dark mode icons (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 authored Jun 14, 2024
1 parent 6d114a0 commit 2e46760
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/icons/java-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions source/icons/node-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/icons/prisma-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions source/icons/rust-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ security patches to them.
:headline: Java
:url: https://www.mongodb.com/docs/languages/java/
:icon: /icons/java.svg
:icon-dark: /icons/java-dark.svg
:icon-alt: Java Driver icon

.. card::
Expand All @@ -64,6 +65,7 @@ security patches to them.
:headline: Node.js
:url: https://www.mongodb.com/docs/languages/javascript/
:icon: /icons/node.svg
:icon-dark: /icons/node-dark.svg
:icon-alt: Node Driver icon

.. card::
Expand All @@ -88,6 +90,7 @@ security patches to them.
:headline: Rust
:url: https://www.mongodb.com/docs/languages/rust/
:icon: /icons/rust.svg
:icon-dark: /icons/rust-dark.svg
:icon-alt: Rust Driver icon

.. card::
Expand Down Expand Up @@ -133,6 +136,7 @@ Featured Community-Supported Libraries
:cta: Prisma
:url: https://www.prisma.io/docs/guides/database/mongodb
:icon: /icons/prisma.svg
:icon-dark: /icons/prisma-dark.svg
:icon-alt: Prisma icon

.. card::
Expand Down

0 comments on commit 2e46760

Please sign in to comment.