diff --git a/src/theme/ReferenceCodeBlock/index.tsx b/src/theme/ReferenceCodeBlock/index.tsx index 7026736..17229fd 100644 --- a/src/theme/ReferenceCodeBlock/index.tsx +++ b/src/theme/ReferenceCodeBlock/index.tsx @@ -11,9 +11,12 @@ const initialFetchResultState = { } const noteStyle: React.CSSProperties = { - textAlign: 'right', fontSize: '.9em', fontWeight: 600, + color: '#0E75DD', + textAlign: 'center', + paddingBottom: '13px', + textDecoration: 'underline', } /** @@ -123,7 +126,7 @@ function ReferenceCode(props: ReferenceCodeBlockProps) { return (
{fetchResultState.code} -
See full example on GitHub
+
See full example on GitHub
); }