Skip to main content

add a link to the CLI; tweak footer links

ID
d017c63
date
2022-05-06 07:59:59+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
52220e2
message
add a link to the CLI; tweak footer links
changed files
2 files, 11 additions, 6 deletions

Changed files

webapp/static/style.css (2253) → webapp/static/style.css (2316)

diff --git a/webapp/static/style.css b/webapp/static/style.css
index fd4ebcd..a9db847 100644
--- a/webapp/static/style.css
+++ b/webapp/static/style.css
@@ -20,6 +20,7 @@ main, footer {
 footer {
   font-size: 9pt;
   color: #aaa;
+  line-height: 1.55em;
 }
 
 a, a:visited {
@@ -30,6 +31,10 @@ footer a, footer a:visited {
   color: #888;
 }
 
+footer a:hover {
+  background: #ddd;
+}
+
 a:hover {
   background: #ccc;
 }

webapp/templates/base.html (1003) → webapp/templates/base.html (1081)

diff --git a/webapp/templates/base.html b/webapp/templates/base.html
index 9824cc8..8f0dc38 100644
--- a/webapp/templates/base.html
+++ b/webapp/templates/base.html
@@ -26,12 +26,12 @@
       {% endblock %}
     </main>
     <footer>
-        made with <span class="heart">&#x2764;</span> by <a href="https://alexwlchan.net">alexwlchan</a>
-        ·
-        {{ version }}
-        ·
-        code on <a href="https://github.com/alexwlchan/dominant_colours/tree/main/webapp">github</a>
-      </div>
+      also available <a href="https://github.com/alexwlchan/dominant_colours">on the command-line</a>·
+      {{ version }}<br/>
+      made with <span class="heart">&#x2764;</span> by <a href="https://alexwlchan.net">alexwlchan</a>
+
+      ·
+      code on <a href="https://github.com/alexwlchan/dominant_colours/tree/main/webapp">github</a>
     </footer>
   </body>
 </html>
\ No newline at end of file