mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { css } from '../styled-components';
|
|
|
|
export const deprecatedCss = css`
|
|
text-decoration: line-through;
|
|
color: #bdccd3;
|
|
`;
|