Skip to content

Commit 192487d

Browse files
committed
feat: user-select: none;
1 parent 65db17c commit 192487d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* {
22
box-sizing: border-box;
3+
user-select: none;
34
}
45
:root {
56
--x: 0;
@@ -100,10 +101,7 @@ button::after {
100101
text-decoration: none;
101102
border-bottom: 1px dashed rgb(204, 204, 204);
102103
border-top: 1px dashed rgb(204, 204, 204);
103-
/* border-bottom: 1px dashed rgb(44, 44, 44); */
104-
/* border-top: 1px dashed rgb(44, 44, 44); */
105104
padding: 4px 0;
106-
/* color: rgba(44, 44, 44, 0.525); */
107105
color: rgba(204, 204, 204, 0.414);
108106
font-family: monospace;
109107
font-style: italic;
@@ -112,6 +110,5 @@ button::after {
112110
}
113111

114112
.MDJAmin:hover {
115-
/* color: #000000; */
116113
color: white;
117114
}

0 commit comments

Comments
 (0)