From 58a7859deec3275fa941076a9c8a001a7fb65f2e Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 16 Mar 2020 10:16:30 +0100 Subject: switch repo docs to github --- docs/guide.md | 4 ++-- docs/style.css | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') 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 { -- cgit v1.2.3