diff options
-rw-r--r-- | content/pages/index.md | 2 | ||||
-rw-r--r-- | themes/lv2/static/css/main.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/content/pages/index.md b/content/pages/index.md index f2a9171..f883518 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -18,7 +18,7 @@ Extensions support more powerful features, such as: The LV2 specification itself as well as the accompanying libraries are permissively licensed free software, with support for all major platforms. <a class="biglink" href="http://lv2plug.in/spec/lv2-1.16.0.tar.bz2">Download LV2 1.16.0</a> -<a class="siglink" href="http://lv2plug.in/spec/lv2-1.16.0.tar.bz2.asc">☑</a> +<a class="siglink" href="http://lv2plug.in/spec/lv2-1.16.0.tar.bz2.asc">sig</a> Learn ----- diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 61cb6fa..4462303 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -40,6 +40,7 @@ a:hover { .siglink { font-style: italic; + font-size: x-small; } img { |