summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-17 18:38:03 -0500
committerJules Laplace <jules@okfoc.us>2014-11-17 18:38:03 -0500
commit6823c91be22ebfc03e2bbf10ac755d269de5bae3 (patch)
tree128b2321afae4f4d390841eca7d54184468a6829 /public
parentd6c70a990087e24f6243117094e44feeb3d15ae8 (diff)
parentc1f153bdf412fbf0e465d7ea195d134d50c729a8 (diff)
merge
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index cf11b1a..4c6c909 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -9,7 +9,9 @@
body,textarea,input {
font-family: 'Lato', sans-serif;
}
-
+input:-webkit-autofill {
+ -webkit-box-shadow: 0 0 0px 1000px white inset;
+}
.mobile input {
-webkit-appearance: none;
}
@@ -860,7 +862,7 @@ iframe.embed {
font-size: 26px;
font-weight: 300;
margin: 140px 0% 0 20%;
- background: #0054ff;
+ background: #68B4FF;
padding: 20px 0;
}
.greenbtn:hover{