diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 22:59:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 22:59:56 +0900 |
| commit | 74be1c81b111bca81047b21083249d8be4b35ed8 (patch) | |
| tree | 0e50227099ba48da0975e6045e81d612c32adfeb /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-74be1c81b111bca81047b21083249d8be4b35ed8.tar.gz sharkey-74be1c81b111bca81047b21083249d8be4b35ed8.tar.bz2 sharkey-74be1c81b111bca81047b21083249d8be4b35ed8.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 2 | ||||
| -rw-r--r-- | src/client/theme/light.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 44a8e0e568..39828e364e 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -69,6 +69,8 @@ "reactionPickerButtonHoverBg": "rgba(255, 255, 255, 0.18)", + "reactionViewerBorder": "rgba(255, 255, 255, 0.1)", + "urlPreviewBorder": "rgba(0, 0, 0, 0.4)", "urlPreviewBorderHover": "rgba(255, 255, 255, 0.2)", "urlPreviewTitle": "$text", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 8dd4b1fe7b..2c45a57705 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -69,6 +69,8 @@ "reactionPickerButtonHoverBg": "#eee", + "reactionViewerBorder": "rgba(0, 0, 0, 0.1)", + "urlPreviewBorder": "rgba(0, 0, 0, 0.1)", "urlPreviewBorderHover": "rgba(0, 0, 0, 0.2)", "urlPreviewTitle": "$text", |