From 0a8221c4b1bcc57df4ad05f46d23685d0bdeb2e3 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Fri, 20 May 2016 13:50:28 +0200 Subject: [PATCH] Nicer call-to-action buttons --- _includes/header.html | 9 +++++++-- css/agency.css | 11 ++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index f298fbc7..09b81e7b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,8 +4,13 @@
Event Management App Tailored to
Free Software Conferences
- Try It - Download +
+
+ +
diff --git a/css/agency.css b/css/agency.css index 8a7432e0..f22679c3 100644 --- a/css/agency.css +++ b/css/agency.css @@ -135,9 +135,9 @@ fieldset[disabled] .btn-primary.active { .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { - border-color: #00A388; - color: #fff; - background-color: #FF6138; + border-color: #000; + color: #fff; + background-color: #414042; } .btn-xl:active, @@ -170,6 +170,11 @@ fieldset[disabled] .btn-xl.active { background-color: #fff; } +.btn-invert { + border-color: #FF6138; + background-color: #FF6138; +} + .navbar-default { border-color: transparent; background-color: #222;