diff --git a/_includes/intro-header.html b/_includes/intro-header.html
index 6b3666125..a14eb80d2 100644
--- a/_includes/intro-header.html
+++ b/_includes/intro-header.html
@@ -2,8 +2,5 @@
Simplifying how you define Kubernetes artifacts
Use Kedge to deploy applications with sensible defaults
-
-
-
diff --git a/_includes/introduction.html b/_includes/introduction.html
index c745551ee..a46a9f914 100644
--- a/_includes/introduction.html
+++ b/_includes/introduction.html
@@ -3,7 +3,4 @@
Simplifying how we define Kubernetes files
Kedge is the best way deploy to your cluster
-
-
-
diff --git a/css/styles.css b/css/styles.css
index 4399e89cc..b20020f54 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1,8 +1,5 @@
body {
- background: url(/img/pattern.png) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
+ background-color: white;
font: 12px;
font-family: 'Ubuntu', sans-serif;
color:#595959;
@@ -13,47 +10,16 @@ strong, b {
font-weight:500;
}
-.installation {
- color:white;
- background-color:#3fb1e5;
-}
-
-.installation h3 {
- color:white;
-}
-
-.installation a {
- color:white;
- font-weight:500;
-}
-
.examples {
- color:white;
- background-color:#2ba0d3;
text-align:left;
}
-.examples h3 {
- color:white;
-}
-
.examples a {
- color:white;
font-weight:500;
}
-.demo {
- color:white;
- background-color:#2090cd;
-}
-
-.demo h3 {
- color:white;
- text-align:center;
-}
.demo a {
- color:white;
font-weight:500;
}
@@ -174,20 +140,14 @@ header {
margin: 0 auto;
}
-.introduction {
- background-color: #31abdf;
-}
-
.introduction h1 {
padding-top:30px;
text-align:center;
- color: white;
-font-weight:500;
+ font-weight:500;
}
.introduction h2 {
text-align:center;
- color: white;
font-weight:400;
}
@@ -370,7 +330,7 @@ li {
}
.demoexample {
- text-align:center;
+ text-align:left;
}
.demoto {