diff --git a/css/style.css b/css/style.css
index e6a2089..2787894 100644
--- a/css/style.css
+++ b/css/style.css
@@ -119,7 +119,8 @@ ul.projects a {
text-align: center;
text-transform: uppercase;
font-weight: bold;
- text-shadow: 0 0 1em white;
+ text-shadow: 0 0 0.4em black;
+ color: white;
background-size: cover;
background-position: center;
diff --git a/projects.md b/projects.md
index cd2d493..5a671c6 100644
--- a/projects.md
+++ b/projects.md
@@ -3,7 +3,7 @@ title: Projects
---
-- The Right Coin
+- The Right Coin
- OBoy
- Trailr
- Where is my car?
diff --git a/projects/rightcoin/Tupfile b/projects/rightcoin/Tupfile
index 0bc4145..eeec449 100644
--- a/projects/rightcoin/Tupfile
+++ b/projects/rightcoin/Tupfile
@@ -1,3 +1,4 @@
include_rules
: index.md |> !project |>
+: thumbnail.gif |> convert %f -blur 0x8 %o |> thumb.gif
diff --git a/projects/rightcoin/thumbnail.gif b/projects/rightcoin/thumbnail.gif
new file mode 100644
index 0000000..a6c33db
Binary files /dev/null and b/projects/rightcoin/thumbnail.gif differ