mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
10 lines
188 B
Stylus
10 lines
188 B
Stylus
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;
|
|
}
|
|
}
|