Skip to content

Commit

Permalink
DOC: Fix up NSF Unidata logo for dark mode
Browse files Browse the repository at this point in the history
Use the appropriate version depending on the current dark mode setting.
  • Loading branch information
dopplershift committed Oct 28, 2024
1 parent 2bb4d56 commit ac60bbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ Our up-to-date references for grants and funding can be found
`here <https://github.com/Unidata/MetPy/blob/main/CITATION.cff>`_.

.. image:: _static/NSF-Unidata_lockup_horizontal_2024.png
:class: no-scaled-link
:class: no-scaled-link only-light
:align: center
:height: 100px
:alt: NSF Unidata logo

.. image:: _static/NSF-Unidata_lockup_horizontal_2024_darkmode_v3.png
:class: no-scaled-link only-dark
:align: center
:height: 100px
:alt: NSF Unidata logo

0 comments on commit ac60bbb

Please sign in to comment.