mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
fix(docs): remove superfluous space (#3314)
This commit is contained in:
@@ -27,3 +27,12 @@
|
|||||||
code
|
code
|
||||||
font-family: 'Nerd Font', source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
font-family: 'Nerd Font', source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
overflow-wrap: break-word
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user