diff --git a/custom-styles.scss b/custom-styles.scss index 1f9ab3e..a699244 100644 --- a/custom-styles.scss +++ b/custom-styles.scss @@ -9,3 +9,8 @@ span.bu { color: inherit !important } +// Color terminal executables the same as regular variables +// since the default has low contrast and is hard to see +span.ex { + color: inherit !important +}