From 76097416802a8afcd09bc69994c6632ce0f73902 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 28 Sep 2018 12:13:08 +0900 Subject: wip --- src/client/theme/dark.json | 1 + src/client/theme/light.json | 1 + 2 files changed, 2 insertions(+) (limited to 'src/client/theme') 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", -- cgit v1.2.3-freya