diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 3b6d803b3..749d2becf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -304,6 +304,10 @@ pre { background-color: lighten(red, 40%); } +.import-line-ignored { + color: $gray-500; +} + #import-container { overflow: scroll; |