fix: display background when text is selected (#2222)

This commit is contained in:
linjin 2023-07-21 20:55:00 +08:00 committed by GitHub
parent 2a57c64fa0
commit cdc43775a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
:root {
:root, :root::selection {
--c-border: #eee;
--c-border-dark: #dccfcf;
--c-border-code: #ddd;