13 lines
202 B
SCSS
13 lines
202 B
SCSS
|
.gitment-container {
|
||
|
color: #787878 !important;
|
||
|
}
|
||
|
|
||
|
.gitment-comment-main, .gitment-editor-main {
|
||
|
background-color: #fff;
|
||
|
border-radius: 3px !important;
|
||
|
}
|
||
|
|
||
|
.gitment-heart-icon {
|
||
|
fill: #ff0808;
|
||
|
}
|