Skip to content

Commit f95dd19

Browse files
authoredMar 5, 2022
Command line: Increased prompt opacity (#3352)
1 parent 3bd8fdb commit f95dd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎plugins/command-line/prism-command-line.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.command-line-prompt > span:before {
18-
opacity: 0.4;
18+
opacity: 0.7;
1919
content: ' ';
2020
display: block;
2121
padding-right: 0.8em;

‎plugins/command-line/prism-command-line.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.