diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.md | 4 | ||||
| -rw-r--r-- | docs/style.css | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/guide.md b/docs/guide.md index 4b1fc64..7448fbd 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -40,7 +40,7 @@ required. After installing the dependencies, you can clone the [`alivecoding` repository][git] using git: - $ git clone https://git.s-ol.nu/alivecoding.git + $ git clone https://github.com/s-ol/alivecoding.git You should now be able to run `alive` from within the repository, but first, you will need to create a file for it to run. Create an empty file in the text @@ -446,5 +446,5 @@ them. [max]: https://cycling74.com/products/max [vvvv]: https://vvvv.org/ [luarocks]: https://github.com/luarocks/luarocks/#installing -[git]: https://git.s-ol.nu/alivecoding +[git]: https://github.com/s-ol/alivecoding [reference]: reference/ diff --git a/docs/style.css b/docs/style.css index e063e58..b9ef4a1 100644 --- a/docs/style.css +++ b/docs/style.css @@ -90,11 +90,12 @@ nav a { } nav > a { - margin-left: 1rem; + margin-left: 0.6rem; + padding: 0.03em 0.2em; text-decoration: none; } nav > a.active { - text-decoration: underline; + background: #cccccc; } nav span a { |
