samlax12 commited on
Commit
0209fdb
·
verified ·
1 Parent(s): 6cd37a4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -0
index.html CHANGED
@@ -16,6 +16,10 @@
16
  background: linear-gradient(135deg, #ffeef8 0%, #ffe0f0 35%, #fbd3e9 100%);
17
  min-height: 100vh;
18
  color: #5a4a5a;
 
 
 
 
19
  }
20
 
21
  .container {
@@ -221,6 +225,10 @@
221
  background: rgba(255, 255, 255, 0.8);
222
  transition: all 0.3s ease;
223
  color: #5a4a5a;
 
 
 
 
224
  }
225
 
226
  .note-input:focus {
 
16
  background: linear-gradient(135deg, #ffeef8 0%, #ffe0f0 35%, #fbd3e9 100%);
17
  min-height: 100vh;
18
  color: #5a4a5a;
19
+ -webkit-user-select: none;
20
+ -moz-user-select: none;
21
+ -ms-user-select: none;
22
+ user-select: none;
23
  }
24
 
25
  .container {
 
225
  background: rgba(255, 255, 255, 0.8);
226
  transition: all 0.3s ease;
227
  color: #5a4a5a;
228
+ -webkit-user-select: text;
229
+ -moz-user-select: text;
230
+ -ms-user-select: text;
231
+ user-select: text;
232
  }
233
 
234
  .note-input:focus {