woocommerce-rest-api-docs/source/stylesheets/_content.scss
2018-10-18 16:51:52 -03:00

30 lines
513 B
SCSS

////////////////////////////////////////////////////////////////////////////////
// CUSTOM CONTENT STYLES
////////////////////////////////////////////////////////////////////////////////
.content {
a {
color: $link-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
h4, h5, h6 {
font-size: 13px;
}
aside {
color: #fff;
a {
color: #fff;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
}