Skip to content

Commit 69e710c

Browse files
authored
Merge pull request #140 from codeitcodes/dev
Dev
2 parents 11a4a88 + efafecf commit 69e710c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

homepage/homepage.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4906,3 +4906,8 @@ body {
49064906
overscroll-behavior: none;
49074907
overscroll-behavior-y: contain;
49084908
}
4909+
4910+
::selection {
4911+
background: rgba(255, 255, 255, 0.15);
4912+
}
4913+

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v498';
7+
const WORKER_NAME = 'codeit-worker-v499';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)