summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-09 01:26:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-09 01:26:04 +0900
commit040d395ddbd9d36eb1ae824728537d2640ecf216 (patch)
tree943e3df7de30fb54708994bfdfc86fcf7ecea1ef /src/client/theme
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-040d395ddbd9d36eb1ae824728537d2640ecf216.tar.gz
sharkey-040d395ddbd9d36eb1ae824728537d2640ecf216.tar.bz2
sharkey-040d395ddbd9d36eb1ae824728537d2640ecf216.zip
:art:
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json56
-rw-r--r--src/client/theme/light.json56
2 files changed, 4 insertions, 8 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5
index 1ac5554a83..59cff0ae44 100644
--- a/src/client/theme/dark.json5
+++ b/src/client/theme/dark.json5
@@ -84,10 +84,8 @@
reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)',
- reactionViewerButtonBg: 'rgba(0, 0, 0, 0)',
- reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)',
- reactionViewerButtonBorder: 'rgba(255, 255, 255, 0.1)',
- reactionViewerButtonHoverBorder: 'rgba(255, 255, 255, 0.2)',
+ reactionViewerButtonBg: 'rgba(255, 255, 255, 0.1)',
+ reactionViewerButtonHoverBg: 'rgba(255, 255, 255, 0.2)',
pollEditorInputBg: 'rgba(0, 0, 0, 0.25)',
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',