summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSweetVirginia <vstefanello@gmail.com>2016-12-20 15:45:45 -0200
committerSweetVirginia <vstefanello@gmail.com>2016-12-20 15:45:45 -0200
commit652c1109ab0793fc7f3431d5ebf911c0bb6a72f2 (patch)
tree437e2e0273a8dc96f21e79f5513548fba5809521
parent20d93106c8d373a5438d6d69bff38c7ecd393d5a (diff)
Adding new css
-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;
+}