From 1a7376cdb233f7c2efa34756d35fc6f806dd9c27 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sat, 26 Mar 2016 10:22:14 -0700 Subject: [PATCH] Added apple icon and added a text shadow to the text for readability --- static/css/style.css | 2 +- templates/master.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 442c802..d4c889d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,6 +4,7 @@ body { padding:0; background-color:#fff; overflow-x: hidden; + text-shadow: 0.5px 0 0 #000, -0.5px 0 0 #000, 0 0.5px 0 #000, 0 -0.5px 0 #000, 0.5px 0.5px #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000; } h1, h2, h3, h4, h5, h6 { @@ -213,7 +214,6 @@ input[type='submit'] { background-size: cover; overflow: hidden; color: #fff; - text-shadow: black 0px 0px 2px; box-shadow: 0px 0px 10px #000 inset; } .section:first-of-type { diff --git a/templates/master.html b/templates/master.html index 358bbe0..75d4449 100644 --- a/templates/master.html +++ b/templates/master.html @@ -12,6 +12,7 @@ +