Skip to content

Commit

Permalink
fix: use theme background variable for the reply footer (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopin committed Jul 20, 2024
1 parent 4485776 commit b4f17d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/static/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@

.comment-form-footer,
.reply-form-footer {
background-color: #fff;
color: #333;
background-color: var(--input-bg-color);
display: flex;
align-items: center;
padding: 6px;
Expand All @@ -321,7 +320,6 @@
.comment-form-attach-image {
display: block;
position: relative;
top: 1px; /* visual center adjustment */
font-size: 1.125rem;
padding: 3px 9px;
border-radius: var(--form-border-radius);
Expand Down

0 comments on commit b4f17d4

Please sign in to comment.