From e5141599b79a1a0376e489f759ea27d543ce8d15 Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Tue, 6 Jul 2021 19:16:08 +1000 Subject: [PATCH] Modified selection. --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 86395c7..e8fa52d 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,10 @@ text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); } + ::selection { + background-color: rgba(40, 122, 195, 0.65); + } + .container { max-width: 1400px; margin: 0 auto;