diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 01:26:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 01:26:04 +0900 |
| commit | 040d395ddbd9d36eb1ae824728537d2640ecf216 (patch) | |
| tree | 943e3df7de30fb54708994bfdfc86fcf7ecea1ef /src/client/theme/light.json5 | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-040d395ddbd9d36eb1ae824728537d2640ecf216.tar.gz misskey-040d395ddbd9d36eb1ae824728537d2640ecf216.tar.bz2 misskey-040d395ddbd9d36eb1ae824728537d2640ecf216.zip | |
:art:
Diffstat (limited to 'src/client/theme/light.json5')
| -rw-r--r-- | src/client/theme/light.json5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index 0caea33480..a1b000530a 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -84,10 +84,8 @@ reactionPickerButtonHoverBg: '#eee', - reactionViewerButtonBg: 'rgba(0, 0, 0, 0)', - reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)', - reactionViewerButtonBorder: 'rgba(0, 0, 0, 0.1)', - reactionViewerButtonHoverBorder: 'rgba(0, 0, 0, 0.2)', + reactionViewerButtonBg: 'rgba(0, 0, 0, 0.05)', + reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0.1)', pollEditorInputBg: '#fff', |