10 lines
187 B
SCSS
10 lines
187 B
SCSS
@if hexo-config('gitalk.enable') {
|
|
.gt-header a, .gt-comments a, .gt-popup a {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.gt-container .gt-popup .gt-action.is--active::before {
|
|
top: .7em;
|
|
}
|
|
}
|