diff --git a/README.md b/README.md index 0849060..df5429b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Nemesis + Nemesis


diff --git a/docs/images/nemesis-dark.png b/docs/images/nemesis-dark.png new file mode 100644 index 0000000..9ab6066 Binary files /dev/null and b/docs/images/nemesis-dark.png differ diff --git a/docs/images/nemesis-light.png b/docs/images/nemesis-light.png new file mode 100644 index 0000000..d690c7e Binary files /dev/null and b/docs/images/nemesis-light.png differ diff --git a/docs/index.md b/docs/index.md index 7c97bc6..07fb00f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,5 @@ -

- Nemesis -

-
+![Logo](images/nemesis-dark.png#only-dark) +![Logo](images/nemesis-light.png#only-light)

version 1.0.0 diff --git a/docs/stylesheets/colors.css b/docs/stylesheets/colors.css index 57a719a..4f0dd42 100644 --- a/docs/stylesheets/colors.css +++ b/docs/stylesheets/colors.css @@ -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; + } } diff --git a/helm/enrichment/Chart.yaml b/helm/enrichment/Chart.yaml index 318367a..006f12b 100644 --- a/helm/enrichment/Chart.yaml +++ b/helm/enrichment/Chart.yaml @@ -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 diff --git a/helm/nemesis/Chart.yaml b/helm/nemesis/Chart.yaml index cabc064..3942f50 100644 --- a/helm/nemesis/Chart.yaml +++ b/helm/nemesis/Chart.yaml @@ -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