1
0
Fork 0
forked from gitea/nas

Change emoji reactions bar color

This commit is contained in:
KMY 2023-07-07 07:10:36 +09:00
parent d6b7947001
commit eaa1f9e450
4 changed files with 12 additions and 2 deletions

View file

@ -7,6 +7,9 @@ $classic-primary-color: #9baec8;
$classic-secondary-color: #d9e1e8;
$classic-highlight-color: #6364ff;
$emoji-reaction-color: #dfe5f5 !default;
$emoji-reaction-selected-color: #9ac1f2 !default;
// Differences
$success-green: lighten(#3c754d, 8%);