UNPKG

@coko/client

Version:

Client side common code for coko apps

17 lines (15 loc) 280 B
import e from "styled-components"; //#region src/ui/common/LinkWithoutStyles.tsx var t = e.a` color: inherit; text-decoration: none; width: 100%; &:hover, &:focus, &:active { color: inherit; text-decoration: none; } `; //#endregion export { t as default };