UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

16 lines (14 loc) 235 B
import { css } from 'lit'; export default css ` .reown-logo { height: var(--wui-spacing-xxl); } a { text-decoration: none; cursor: pointer; } a:hover { opacity: 0.9; } `; //# sourceMappingURL=styles.js.map