diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 12:13:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 12:13:08 +0900 |
| commit | 76097416802a8afcd09bc69994c6632ce0f73902 (patch) | |
| tree | eeb0c12d83c592286bca0c8023f6735bb02460dc /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-76097416802a8afcd09bc69994c6632ce0f73902.tar.gz sharkey-76097416802a8afcd09bc69994c6632ce0f73902.tar.bz2 sharkey-76097416802a8afcd09bc69994c6632ce0f73902.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 1 | ||||
| -rw-r--r-- | src/client/theme/light.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 8700d396a8..b4c9fd5606 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -34,6 +34,7 @@ "popupFg": "#d6dce2", "subNoteBg": "rgba(0, 0, 0, 0.18)", + "subNoteText": ":alpha<0.7<$text", "renoteGradient": "#314027", "renoteText": "#9dbb00", "quoteBorder": "#4e945e", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index d55b75ab08..6aec07e74d 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -34,6 +34,7 @@ "popupFg": "#586069", "subNoteBg": "rgba(0, 0, 0, 0.01)", + "subNoteText": ":alpha<0.7<$text", "renoteGradient": "#edfde2", "renoteText": "#9dbb00", "quoteBorder": "#c0dac6", |