chore: tweak text
This commit is contained in:
parent
02f972db24
commit
3f94ea54bc
2 changed files with 3 additions and 1 deletions
|
@ -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": {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue