From b907bd53ec19304bc96efe9beb123dd7a1bf759a Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 4 Jun 2022 17:23:47 +0430 Subject: [PATCH] Minor improvement. --- src/styles/List.css | 1 - src/styles/index.css | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/List.css b/src/styles/List.css index 4b8bb64..570c6d6 100644 --- a/src/styles/List.css +++ b/src/styles/List.css @@ -44,7 +44,6 @@ justify-content: space-between; display: flex; flex-direction: column; - pointer-events: none; } .list a { diff --git a/src/styles/index.css b/src/styles/index.css index 39e4617..bbf2fea 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -9,5 +9,6 @@ body { } *::selection { - background-color: rgba(255, 255, 0, 0.25); + background-color: rgba(255, 255, 0, 0.6); + text-shadow: 0px 1px 3px #1f2c38; } \ No newline at end of file