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