From dfddccde5447a00887a6546a8b8e7b909f1ea8db Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 17 Nov 2014 18:33:32 -0500 Subject: autofil; --- public/assets/stylesheets/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index cf11b1a..5ef87b2 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; } -- cgit v1.2.3-70-g09d2 From c1f153bdf412fbf0e465d7ea195d134d50c729a8 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 17 Nov 2014 18:37:43 -0500 Subject: verbiage --- public/assets/stylesheets/app.css | 2 +- views/home.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5ef87b2..4c6c909 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -862,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{ diff --git a/views/home.ejs b/views/home.ejs index 28499d7..cc108ba 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -54,7 +54,7 @@ - Learn How To Use VValls + Read Tutorial

Room Showcase

-- cgit v1.2.3-70-g09d2