hexo-theme-amazing
Version:
A simple, delicate, and modern theme for Hexo
63 lines (53 loc) • 1.04 kB
text/stylus
/* ---------------------------------
* Article Summary and Content
* --------------------------------- */
.display-none-class {
display: none;
}
.index-category-tag {
margin-bottom: 1rem;
}
.index-category-tag .level-item {
display: unset;
}
article.article .pin-icon {
color: #3273dc;
font-size: 1.6rem;
margin-right: 20px;
transform: rotate(30deg);
-ms-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-o-transform: rotate(30deg);
}
article.article .article-meta {
height: 41px;
}
.index-category-tag hr {
background-color: #f5f5f5;
margin-top: .3rem;
margin-bottom: .5rem;
box-shadow: unset;
}
.index-category-tag .button.is-small {
border-radius: 2px;
margin-bottom: 4px;
background-color: unset;
}
.index-categories, .index-tags {
padding: 2px;
}
.recommend-post {
margin: 0 0 1.5rem 0;
}
.recommend-area {
background: #f5f5f5;
padding: .5rem .5rem;
margin: .5rem 0rem;
}
.function_ {
color: #ffdd57;
}
.class_ {
color: #ffdd57;
}