Skip to content

Commit

Permalink
Update images in docs to account for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
t94j0 committed Apr 30, 2024
1 parent 1f83b7b commit 9f95e8b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/images/nemesis_white.png" alt="Nemesis" style="width: 800px;" />
<img src="docs/images/nemesis-light.png" alt="Nemesis" style="width: 800px;" />
</p>
<hr />

Expand Down
Binary file added docs/images/nemesis-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/nemesis-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<p align="center">
<img src="images/nemesis_white.png" alt="Nemesis" style="width: 800px;" />
</p>
<hr />
![Logo](images/nemesis-dark.png#only-dark)
![Logo](images/nemesis-light.png#only-light)

<p align="center">
<img src="https://img.shields.io/badge/version-1.0.0-blue" alt="version 1.0.0"/>
Expand Down
5 changes: 5 additions & 0 deletions docs/stylesheets/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,9 @@
--md-shadow-z3:
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.2),
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.35);

img[src$="#only-dark"],
img[src$="#gh-light-mode-only"] {
display: none;
}
}
2 changes: 1 addition & 1 deletion helm/enrichment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: The enrichment container for Nemesis
type: application
version: 1.0.1
appVersion: "0.1.0a"
icon: https://github.com/SpecterOps/Nemesis/raw/main/img/nemesis_white.png
icon: https://github.com/SpecterOps/Nemesis/raw/main/img/nemesis-light.png
2 changes: 1 addition & 1 deletion helm/nemesis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Nemesis is an offensive data enrichment pipeline and operator suppo
type: application
version: 1.0.1
appVersion: "0.1.0a"
icon: https://github.com/SpecterOps/Nemesis/raw/main/img/nemesis_white.png
icon: https://github.com/SpecterOps/Nemesis/raw/main/img/nemesis-light.png

dependencies:
- name: minio
Expand Down

0 comments on commit 9f95e8b

Please sign in to comment.