summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PITCHME.md2
-rw-r--r--PITCHME.yaml1
-rw-r--r--assets/css/PITCHME.css4
3 files changed, 7 insertions, 0 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 65b9c30f..51b8ee9c 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -3,3 +3,5 @@ See https://github.com/gitpitch/ for details
-->
#PIXELATED
+
+Private emails through accessible encryption in your own email provider.</span>
diff --git a/PITCHME.yaml b/PITCHME.yaml
index b23fb18d..6ae407ab 100644
--- a/PITCHME.yaml
+++ b/PITCHME.yaml
@@ -1,2 +1,3 @@
background: assets/pix_tex.png
background-size : auto
+theme-override : assets/css/PITCHME.css
diff --git a/assets/css/PITCHME.css b/assets/css/PITCHME.css
new file mode 100644
index 00000000..a66b1362
--- /dev/null
+++ b/assets/css/PITCHME.css
@@ -0,0 +1,4 @@
+body {
+ background: #ccc;
+ background-color: #ccc;
+}