From d65ddc5535aa569932fd352ef44a2a107a5e2421 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Fri, 27 Sep 2024 18:56:26 +0100 Subject: [PATCH] bigger dots --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f306851..3e34f6d 100644 --- a/index.html +++ b/index.html @@ -81,11 +81,11 @@ } a:hover::after { - content: " •"; + content: " ⏺"; } a:hover::before { - content: "• "; + content: "⏺ "; } img {