Skip to content

Commit

Permalink
add color in gt-comment-null
Browse files Browse the repository at this point in the history
  • Loading branch information
fnsflm committed Mar 2, 2021
1 parent 0cfd2c2 commit b855d03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/css/_gitalk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
.gt-container .gt-avatar img {
width: 100%;
height: auto;
border-radius: 3px;
border-radius: 50%;
}

.gt-container .gt-avatar-github {
Expand Down Expand Up @@ -1190,6 +1190,9 @@

.gt-container .gt-comments-null {
text-align: center;
background-color: $comments-list-item-meta-bg-color;
padding: 0.625em 0.625em;
border-radius: 5px;
}

.gt-container .gt-comments-controls {
Expand Down

0 comments on commit b855d03

Please sign in to comment.