From 59fe776eaeb926a9f135bdbd71ecf7ad13b4093a Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Sun, 31 Mar 2024 15:33:15 +0530 Subject: [PATCH] feat: disable user-select and make link better readable --- public/404.html | 1 - public/style.css | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/404.html b/public/404.html index d667e2274..9e11e1f1f 100644 --- a/public/404.html +++ b/public/404.html @@ -24,7 +24,6 @@

0% complete

For more information about this issue and possible fixes, visit our website -
https://github.com/blueedgetechno/win11React/issues

diff --git a/public/style.css b/public/style.css index de4ac46ba..1f518ef03 100644 --- a/public/style.css +++ b/public/style.css @@ -4,6 +4,7 @@ body { color: #fefeff; height: 100vh; margin: 0; + user-select: none; } #page { @@ -92,4 +93,6 @@ h5 { a { color: #e1f0ff; + text-decoration: none; + border-bottom: 1px solid #fefeff; } \ No newline at end of file