From 7ac2edaf3655ccfb0bffdffaaf6924310e58e13f Mon Sep 17 00:00:00 2001 From: khankul Date: Sun, 30 Jul 2023 01:22:37 +0700 Subject: [PATCH] Add proper shadow to selected text --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index dfe601e..2f26004 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,7 @@ } ::selection { background-color: beige; + text-shadow: 1px 1px beige; color: black; }