summaryrefslogtreecommitdiff
path: root/_sass/misc/gitment.scss
blob: 6226e42ef14102608a0d5de8280c2c10f460a8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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;
}