diff --git a/README.md b/README.md index 0849060..df5429b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
-
-
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