diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 23:17:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 23:17:33 +0900 |
| commit | 38a6aa26bc3d8fb70215474a667ad06080660cea (patch) | |
| tree | 440183a859ce71e2dccf5ace83ee8c0e35b024a4 /src/client/theme | |
| parent | wip (diff) | |
| download | misskey-38a6aa26bc3d8fb70215474a667ad06080660cea.tar.gz misskey-38a6aa26bc3d8fb70215474a667ad06080660cea.tar.bz2 misskey-38a6aa26bc3d8fb70215474a667ad06080660cea.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 1eb41ea52e..d79e348b07 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -92,6 +92,8 @@ "googleSearchHoverButton": "rgba(255, 255, 255, 0.1)", "mfmTitleBg": "rgba(0, 0, 0, 0.2)", + "mfmQuote": ":alpha<0.7<$text", + "mfmQuoteLine": ":alpha<0.6<$text", "messagingRoomBg": "@bg", "messagingRoomInfo": "#fff", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 556bd24506..7d15d49ae7 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -92,6 +92,8 @@ "googleSearchHoverButton": "rgba(0, 0, 0, 0.05)", "mfmTitleBg": "rgba(0, 0, 0, 0.07)", + "mfmQuote": ":alpha<0.6<$text", + "mfmQuoteLine": ":alpha<0.5<$text", "messagingRoomBg": "#fff", "messagingRoomInfo": "#000", |