Skip to content

Commit

Permalink
User select: none; at some places
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent fd75a5b commit cf9acc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
text-decoration: none;
color: var(--text-color);
opacity: 1;
user-select: none;
-webkit-user-select: none;
}


Expand Down
3 changes: 3 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ main {
line-height: 80px;
height: 80px;
transition: 1.2s;
user-select: none;
-webkit-user-select: none;
}

.buy-button:hover {
Expand All @@ -104,6 +106,7 @@ main {
background-color: var(--secondary-color);
padding: 50px;
position: relative;
height: 100vh;
}

.about-icon-wrapper {
Expand Down
4 changes: 4 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ body.is-hamburger-active {
overflow: hidden;
}

img {
user-select: none;
-webkit-user-select: none;
}

0 comments on commit cf9acc7

Please sign in to comment.