10 lines
173 B
SCSS
10 lines
173 B
SCSS
@if $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;
|
|
}
|
|
}
|