15 lines
235 B
Stylus
15 lines
235 B
Stylus
|
if (hexo-config('comments.valine.enable')) {
|
||
|
@require "./valine.styl";
|
||
|
}
|
||
|
|
||
|
if (hexo-config('comments.gitalk.enable')) {
|
||
|
@require "./gitalk.styl";
|
||
|
}
|
||
|
|
||
|
.comments-container {
|
||
|
#comment-anchor {
|
||
|
width: 100%;
|
||
|
height: 20px;
|
||
|
}
|
||
|
}
|