From f4aef5ebfe8f7ee51189463b0fa2a03e956ce07b Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 4 Sep 2024 15:42:58 +0200 Subject: [PATCH] graphical goaty button --- links.html | 4 +++- media/buttons/goaty.gif | 3 +++ style/links.css | 9 ++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 media/buttons/goaty.gif diff --git a/links.html b/links.html index 47b6861..39086c8 100644 --- a/links.html +++ b/links.html @@ -20,7 +20,9 @@ dino - goaty + + goaty + tenna diff --git a/media/buttons/goaty.gif b/media/buttons/goaty.gif new file mode 100644 index 0000000..2eae804 --- /dev/null +++ b/media/buttons/goaty.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1c2842ddd72303fcd7cf6a40605d42053c06ece7d326338fcc5b218fb09e8b +size 1666 diff --git a/style/links.css b/style/links.css index 21786b3..5a869d5 100644 --- a/style/links.css +++ b/style/links.css @@ -39,16 +39,19 @@ footer { margin-top: 6em; } } #khr { background: #ffab71; color: #71153e; } -#peb { background: #ead6c3; color: #494040; } #dusty { background: #fbd265; color: #805c2d; } #ionchy { background: #feca2f; color: #1b1505; } -#goaty { background: #564b8c; color: #ddffee; } -#gulfie { background: #3b4884; color: #f2cd0e; } #tenna { background: #6095da; color: #243224; } #river { background: #98d8e7; color: #d67d28; } #spiral { background: #ef4d5a; color: #1f1f1f; } #codl { background: #87261f; color: #edb970; } +/* +#peb { background: #ead6c3; color: #494040; } +#goaty { background: #564b8c; color: #ddffee; } +#gulfie { background: #3b4884; color: #f2cd0e; } +*/ + .buttons { figure { margin: 0; }