From 3f94ea54bc4d230131163d9e8fa994a0c4846b47 Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <coryd@hey.com>
Date: Sun, 17 Mar 2024 15:37:00 -0700
Subject: [PATCH] chore: tweak text

---
 package.json                | 2 +-
 src/assets/styles/index.css | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index aa100470..f8a9b0dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "coryd.dev",
-  "version": "7.11.10",
+  "version": "7.11.11",
   "description": "The source for my personal site. Built using 11ty.",
   "type": "module",
   "scripts": {
diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css
index 347b4f2c..fdf03e7a 100644
--- a/src/assets/styles/index.css
+++ b/src/assets/styles/index.css
@@ -280,6 +280,8 @@ footer nav:last-child span:not(.active) {
   color: var(--color-lightest);
   background-color: var(--accent-color);
   padding: var(--sizing-xs);
+  -webkit-clip-path: polygon(1px 2px,99.5% 0,100% 95%,0px 100%);
+  clip-path: polygon(1px 2px,99.5% 0,100% 95%,0px 100%);
 }
 
 code {