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