UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

13 lines (11 loc) 249 B
import styled from 'styled-components'; export default styled.a` color: ${(props) => props.theme.fontColor}; text-decoration: none; display: inline; &:hover { text-decoration: underline; cursor: pointer; } font-size: 0.88vw; `;