Skip to content

Commit 954aca5

Browse files
committed
style: delete figcaption from syntax-highlight
1 parent 3e748ba commit 954aca5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/styles/syntax-highlight.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ figure.highlight,
4343
}
4444
}
4545
}
46-
figcaption {
47-
font-family: variables.$font-families-code;
48-
background: map.get(variables.$highlight-colors, 'background');
49-
color: map.get(variables.$basic-colors, 'base');
50-
}
5146
.gutter {
5247
border-right-color: map.get(variables.$highlight-colors, 'border-light') !important;
5348
border-right: 1px solid;

0 commit comments

Comments
 (0)