fix(docs): remove superfluous space (#3314)
This commit is contained in:
parent
e6492c5188
commit
8d9650afe2
|
@ -27,3 +27,12 @@
|
|||
code
|
||||
font-family: 'Nerd Font', source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
overflow-wrap: break-word
|
||||
|
||||
@media (prefers-color-scheme: light)
|
||||
:root
|
||||
--languageTextColor: rgba(255,255,255,0.4)
|
||||
|
||||
.code-copy
|
||||
position: absolute
|
||||
right: 0
|
||||
bottom: 1px
|
||||
|
|
Loading…
Reference in New Issue