Skip to content

Commit

Permalink
release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Feb 3, 2020
1 parent d255d18 commit b06c1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/css/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b06c1a1

Please sign in to comment.