diff --git a/css/kobalt.css b/css/kobalt.css index a95cda2..d3ee6a3 100644 --- a/css/kobalt.css +++ b/css/kobalt.css @@ -2,8 +2,8 @@ * Kobalt CSS */ -.features { - font-size: 1.5em; +#features { + display: none } code { diff --git a/home/index.html b/home/index.html index 2dd9f3e..8454eae 100644 --- a/home/index.html +++ b/home/index.html @@ -55,22 +55,18 @@
-

Kobalt: a modern, versatile build system

+

A modern, versatile build system

- -

Features

- -

+

Features

+

Build file auto-completion in your IDE

+ + +

Clean syntax for build files

For example, here is JCommander's entire build file:

@@ -104,6 +100,11 @@ val jcommander = javaProject {

This build file also includes a directive to upload your artifacts to Bintray automatically. +

+

Fast builds

+

Intuitive plug-in architecture

+

Half the size of Gradle

+

Design goals