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;