Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
feat: disable user-select and make link better readable
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Mar 31, 2024
1 parent f382373 commit 59fe776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ <h2><span id="percentage">0</span>% complete</h2>
<div id="stopcode">
<h4>
For more information about this issue and possible fixes, visit our website
<br />
<a
href="https://github.com/blueedgetechno/win11React/issues">https://github.com/blueedgetechno/win11React/issues</a>
</h4>
Expand Down
3 changes: 3 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
color: #fefeff;
height: 100vh;
margin: 0;
user-select: none;
}

#page {
Expand Down Expand Up @@ -92,4 +93,6 @@ h5 {

a {
color: #e1f0ff;
text-decoration: none;
border-bottom: 1px solid #fefeff;
}

0 comments on commit 59fe776

Please sign in to comment.