From 460e4a3cc41717fd3e94464e1bdabc0f062086ac Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 14 Apr 2023 18:14:25 +0800 Subject: [PATCH] Don't need ellipse --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index e1a2b342..48118211 100644 --- a/src/app.css +++ b/src/app.css @@ -177,7 +177,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { width: 50%; left: 25%; background-image: radial-gradient( - ellipse farthest-side at bottom, + farthest-side at bottom, var(--link-color), transparent );