enhance(frontend): TL上のノートを公開範囲に応じて色分けするように
This commit is contained in:
parent
b1aac6acc3
commit
c67918a814
8 changed files with 81 additions and 3 deletions
|
|
@ -79,6 +79,10 @@
|
|||
codeBoolean: '#c59eff',
|
||||
deckBg: '#000',
|
||||
htmlThemeColor: '@bg',
|
||||
notePublic: 'transparent',
|
||||
noteHome: '#43b3f4',
|
||||
noteSpecified: '#f09e05',
|
||||
noteFollowers: '#c54630',
|
||||
X3: 'rgba(255, 255, 255, 0.05)',
|
||||
X4: 'rgba(255, 255, 255, 0.1)',
|
||||
X5: 'rgba(255, 255, 255, 0.05)',
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
codeBoolean: '#62b70c',
|
||||
deckBg: ':darken<3<@bg',
|
||||
htmlThemeColor: '@bg',
|
||||
notePublic: 'transparent',
|
||||
noteHome: '#43b3f4',
|
||||
noteSpecified: '#f09e05',
|
||||
noteFollowers: '#c54630',
|
||||
X3: 'rgba(0, 0, 0, 0.05)',
|
||||
X4: 'rgba(0, 0, 0, 0.1)',
|
||||
X5: 'rgba(0, 0, 0, 0.05)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue