Skip to content

Commit 6558c29

Browse files
authored
style: 💄 color terminal executables the same as default variables (#174)
# Description Closes #160 This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 824d791 commit 6558c29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom-styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99
span.bu {
1010
color: inherit !important
1111
}
12+
// Color terminal executables the same as regular variables
13+
// since the default has low contrast and is hard to see
14+
span.ex {
15+
color: inherit !important
16+
}

0 commit comments

Comments
 (0)