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