blog/_sass/misc/gitment.scss
2021-02-24 21:23:26 +08:00

17 lines
259 B
SCSS

.gitment-container {
color: #787878 !important;
}
.gitment-editor-header {
background-color: #fefefe;
}
.gitment-comment-main, .gitment-editor-main {
background-color: #fff;
border-radius: 3px !important;
}
.gitment-heart-icon {
fill: #ff0808;
}