Skip to content

Commit

Permalink
style(editor): selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Nov 2, 2021
1 parent ee7c157 commit 82140bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preset.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ input[type='number'] {
--scr-track: #f1f1f1;
--scr-thumb: rgba(0, 0, 0, 0.04);
--scr-thumb-hover: rgba(0, 0, 0, 0.1);
--wb-selection: #9ca3af;
--wb-selection: rgba(0, 0, 0, 0.1);
--wb-text-selection: #000;
}

.dark {
--scr-track: #222;
--scr-thumb: rgba(255, 255, 255, 0.04);
--scr-thumb-hover: rgba(255, 255, 255, 0.1);
--wb-selection: #111827;
--wb-selection: rgba(0, 0, 0, 0.2);
--wb-text-selection: #e5e7eb;
}

Expand Down

0 comments on commit 82140bf

Please sign in to comment.