diff --git a/app/components/crate-sidebar.module.css b/app/components/crate-sidebar.module.css index 45c65099406..5c5a7695458 100644 --- a/app/components/crate-sidebar.module.css +++ b/app/components/crate-sidebar.module.css @@ -111,10 +111,6 @@ ul.owners { } } -.yanked { - composes: yanked from '../styles/shared/typography.module.css'; -} - .more-versions-link, .reverse-deps-link { composes: small from '../styles/shared/typography.module.css'; diff --git a/app/styles/shared/typography.module.css b/app/styles/shared/typography.module.css index d410b6ef913..60abd926a84 100644 --- a/app/styles/shared/typography.module.css +++ b/app/styles/shared/typography.module.css @@ -16,8 +16,3 @@ color: #6b6b6b; } } - -.yanked { - font-size: 80%; - color: rgb(166, 0, 0) -}