diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 02:02:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 02:02:07 +0900 |
| commit | 97d68d7b31d4db1b0cdd07a0196c63d4493a621f (patch) | |
| tree | 285b70786a6920e404374a52fecf6ea76e39b87c /src/client/theme/light.json | |
| parent | Clean up (diff) | |
| download | misskey-97d68d7b31d4db1b0cdd07a0196c63d4493a621f.tar.gz misskey-97d68d7b31d4db1b0cdd07a0196c63d4493a621f.tar.bz2 misskey-97d68d7b31d4db1b0cdd07a0196c63d4493a621f.zip | |
example commit
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 4ae10b5cad..7a039ef294 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -19,6 +19,9 @@ "autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)", "autocompleteItemText": "rgba(0, 0, 0, 0.8)", "autocompleteItemTextSub": "rgba(0, 0, 0, 0.3)", + "cwButtonBg": "#b1b9c1", + "cwButtonFg": "#fff", + "cwButtonHoverBg": "#bbc4ce", "reactionPickerButtonHoverBg": "#eee", "desktopHeaderBg": "#f7f7f7", "mobileSignedInAsBg": "#fcfff5", |