mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-rest-api-docs.git
synced 2026-04-25 04:52:16 +08:00
30 lines
513 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|