Skip to content

Commit

Permalink
Feature: Make Gitalk more beautiful in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotuses-robot committed Oct 15, 2022
1 parent 361d256 commit 71cf8c7
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/scss/kr-color-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,35 @@ $page_background: #181c27;
$info_background: #3c495bbb;
$navbar_desktop: #181c27cc;
$navbar_mobile: #16171ae6;
@import './kr-color/base.scss';
@import './kr-color/base.scss';

// for Gitalk
.gt-counts {
color: #ffffff;
}

.gt-header-textarea {
background-color: rgb(16 19 28) !important;
color: #ffffff !important;
}

.gt-user-name {
color: #ffffff;
}

.gt-header-preview {
background-color: rgb(16 19 28) !important;
}

.gt-btn-preview {
background-color: rgb(16 19 28) !important;
}

.gt-comment-content {
background-color: rgb(16 19 28) !important;
}

.gt-popup {
background-color: rgb(16 19 28) !important;
border-color: #6190e8 !important;
}

0 comments on commit 71cf8c7

Please sign in to comment.