Skip to content
Merged

Dev #140

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions homepage/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -4906,3 +4906,8 @@ body {
overscroll-behavior: none;
overscroll-behavior-y: contain;
}

::selection {
background: rgba(255, 255, 255, 0.15);
}

2 changes: 1 addition & 1 deletion worker/client-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


// update worker name when updating worker
const WORKER_NAME = 'codeit-worker-v498';
const WORKER_NAME = 'codeit-worker-v499';


// internal paths
Expand Down