1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 16:06:46 +02:00

fix: テーマにプロパティ 'fgOnWhite' を追加してフォローボタンのスタイルを調整 (#10931)

* fix: add theme property 'fgOnWhite' and fix styles of follow button.

* fix: add theme property 'fgOnWhite' and fix styles of follow button.
This commit is contained in:
SASAGAWA Kiyoshi
2023-06-01 13:29:44 +09:00
committed by GitHub
parent ec2f05d4f7
commit 3089a86c8e
23 changed files with 24 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
bg: '#232323',
fg: 'rgb(199, 209, 216)',
fgHighlighted: '#fff',
fgOnWhite: '@accent',
divider: 'rgba(255, 255, 255, 0.14)',
panel: '#2d2d2d',
panelHeaderDivider: 'rgba(0, 0, 0, 0)',