From 50717ef6656e8a309d2fd4fea4cb0afe232b659a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 17 Mar 2024 16:32:50 -0700 Subject: [PATCH] chore: adjust styles --- src/assets/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 49bc157c..e2be9950 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -294,7 +294,7 @@ p .highlight-text:nth-child(odd) { p .highlight-text:nth-of-type(3n+1) { -webkit-clip-path: polygon(1px 2px, 99.5% 0, 100% 95%, 0 100%); - clip-path: polygon(1px 2px, 99.5% 0, 100% 95%, 0 100%); + clip-path: polygon(1px 2px, 99.75% 0, 100% 95%, 0 100%); } p .highlight-text:nth-of-type(3n+2) {