Skip to content

Commit

Permalink
fix(style): comment component dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianchii committed Oct 22, 2023
1 parent 36edcc3 commit c65a48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/components/_comment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@

// Dark theme
html[data-bs-theme="dark"] .comment {
border: 1px solid #404053;
border: 1px solid #404053 !important;

&-time {
color:#6a9cd2;
color:#6a9cd2 !important;
}
}

0 comments on commit c65a48a

Please sign in to comment.