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:
parent
8c69275f03
commit
ab661c575d
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
color: #fd9170;
|
||||
}
|
||||
|
||||
.language-diff .token.prefix.deleted,.language-diff .token.prefix.inserted {
|
||||
user-select: none
|
||||
}
|
||||
|
||||
[class*='language-'] .namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue