aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-16 09:16:30 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-16 09:16:30 +0000
commit58a7859deec3275fa941076a9c8a001a7fb65f2e (patch)
tree29a94a98ad90ec0f12c1bca98bda385cef881e21 /docs
parentadd Input spec (diff)
downloadalive-58a7859deec3275fa941076a9c8a001a7fb65f2e.tar.gz
alive-58a7859deec3275fa941076a9c8a001a7fb65f2e.zip
switch repo docs to github
Diffstat (limited to 'docs')
-rw-r--r--docs/guide.md4
-rw-r--r--docs/style.css5
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 {