perf: better gitment css styles
This commit is contained in:
parent
ae318f5d72
commit
de4cd7fbce
2 changed files with 14 additions and 1 deletions
12
_sass/misc/gitment.scss
Normal file
12
_sass/misc/gitment.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.gitment-container {
|
||||
color: #787878 !important;
|
||||
}
|
||||
|
||||
.gitment-comment-main, .gitment-editor-main {
|
||||
background-color: #fff;
|
||||
border-radius: 3px !important;
|
||||
}
|
||||
|
||||
.gitment-heart-icon {
|
||||
fill: #ff0808;
|
||||
}
|
|
@ -65,5 +65,6 @@ $on-laptop: 800px !default;
|
|||
"misc/theme-toggle",
|
||||
"misc/article-menu",
|
||||
"misc/common-list",
|
||||
"misc/google-translate"
|
||||
"misc/google-translate",
|
||||
"misc/gitment"
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue