From b06c1a1e5d81428790f2f5e4c619ccc0bac1a6f1 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Mon, 3 Feb 2020 01:03:56 +0100 Subject: [PATCH] release v2.2 --- README.md | 2 +- assets/css/index.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61671d6e525..e88e3efad9a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Just fork the repo and adjust the `_config.yml` to use with [Github Pages](https You can use this theme with the `jekyll-remote-theme` plugin. Just create an empty repo, copy over the `index.html` file and add this to your `_config.yml`: ```yaml -remote_theme: niklasbuschmann/contrast@v2.1 +remote_theme: niklasbuschmann/contrast@v2.2 plugins: - jekyll-remote-theme diff --git a/assets/css/index.sass b/assets/css/index.sass index f61e26c5bc7..09c77952344 100644 --- a/assets/css/index.sass +++ b/assets/css/index.sass @@ -20,7 +20,7 @@ body > header {% else %} body > header - background: rgba($light, 0.01) + background: rgba($light, 0.02) box-shadow: {% if site.minimal %}none{% else %}0 0 .6em rgba($dark, 0.05){% endif %} border-bottom: 1px solid reduce(16)