Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ rules:
# Descending specificity false positives with SCSS nesting
no-descending-specificity: null

# SCSS compiler does not support CSS4 space-separated color notation
color-function-notation: null
alpha-value-notation: null

# Allow // single-line comments
scss/double-slash-comment-empty-line-before: null
2 changes: 1 addition & 1 deletion _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ summary.series-header {
}

.find-match {
background: rgb(204 34 0 / 25%);
background: rgba(204, 34, 0, 0.25);
color: $text;
border-radius: 1px;
}
Expand Down
Loading