0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

docs: set +/- prefix to non-selectable (#1316)

This commit is contained in:
Sam Chen 2021-09-05 23:22:46 +08:00 committed by GitHub
parent 8c69275f03
commit ab661c575d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@
color: #fd9170; color: #fd9170;
} }
.language-diff .token.prefix.deleted,.language-diff .token.prefix.inserted {
user-select: none
}
[class*='language-'] .namespace { [class*='language-'] .namespace {
opacity: 0.7; opacity: 0.7;
} }