blog/_sass/misc/gitment.scss

17 lines
259 B
SCSS
Raw Normal View History

2020-12-31 03:18:40 +01:00
.gitment-container {
color: #787878 !important;
}
.gitment-editor-header {
background-color: #fefefe;
}
2020-12-31 03:18:40 +01:00
.gitment-comment-main, .gitment-editor-main {
background-color: #fff;
border-radius: 3px !important;
}
.gitment-heart-icon {
fill: #ff0808;
}