hugo-theme-next/assets/css/_common/components/third-party/gitalk.scss
2022-05-21 17:47:26 +08:00

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;
}
}