diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 01:29:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 01:29:58 +0900 |
| commit | 33ccee26b58e878ec7646ee1edebc83f8fdc6142 (patch) | |
| tree | 50a8f4a62441b9eaa211f26b0f2e26ae7c4a1f91 /src/client/theme | |
| parent | 10.97.0 (diff) | |
| download | sharkey-33ccee26b58e878ec7646ee1edebc83f8fdc6142.tar.gz sharkey-33ccee26b58e878ec7646ee1edebc83f8fdc6142.tar.bz2 sharkey-33ccee26b58e878ec7646ee1edebc83f8fdc6142.zip | |
Update black.json5
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/black.json5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5 index 7f2c5026f9..c18ba5f876 100644 --- a/src/client/theme/black.json5 +++ b/src/client/theme/black.json5 @@ -21,8 +21,8 @@ props: { bg: '$c0', noteText: '$c4', - noteHeaderAcct: '$c4', - noteHeaderInfo: '$c4', + noteHeaderAcct: ':alpha<0.65<$c4', + noteHeaderInfo: ':alpha<0.5<$c4', subNoteText: ':alpha<0.7<$c4', renoteGradient: 'rgba(0, 0, 0, 0)', renoteText: '$c2', |