diff --git a/themes/5Sigma/layouts/index.html b/themes/5Sigma/layouts/index.html index c4ff6d4..45c0e88 100644 --- a/themes/5Sigma/layouts/index.html +++ b/themes/5Sigma/layouts/index.html @@ -19,7 +19,7 @@
-
+
Windows @@ -87,7 +87,8 @@
-
+
+ Getting started
Check out the getting started guide for a quick introduction @@ -101,7 +102,7 @@
-
+
Documentation
Full documentation and reference articles diff --git a/themes/5Sigma/static/css/styles.css b/themes/5Sigma/static/css/styles.css index c2a0ac3..90a1e81 100644 --- a/themes/5Sigma/static/css/styles.css +++ b/themes/5Sigma/static/css/styles.css @@ -127,6 +127,11 @@ a:hover { height: 40%; } +#download-buttons .button.active { + background: rgba(255,255,255,0.2) !important; + color: white !important; +} + h1.title-header { font-size: 48px !important; }