chore: tweak text

This commit is contained in:
Cory Dransfeldt 2024-03-17 15:37:00 -07:00
parent 02f972db24
commit 3f94ea54bc
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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": {

View file

@ -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 {