Skip to content

Commit fc86b47

Browse files
authored
Implementing CSS recommendations per Design Team
See https://saucedev.atlassian.net/browse/TCD-1698?focusedCommentId=314934
1 parent ddd833f commit fc86b47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/theme/ReferenceCodeBlock/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ const noteStyle: React.CSSProperties = {
1414
textAlign: 'right',
1515
fontSize: '.9em',
1616
fontWeight: 600,
17+
color: '#0E75DD',
18+
textAlign: 'center',
19+
paddingBottom: '13px',
20+
textDecoration: 'underline',
1721
}
1822

1923
/**

0 commit comments

Comments
 (0)