diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-10-27 18:11:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 18:11:41 +0900 |
| commit | 6258ce75b7ae97584100ecccdf0a7cd0225da7b2 (patch) | |
| tree | 9b969daf7cd37a06c993b20a536b7821466b256c /src/client/components/user-info.vue | |
| parent | Update popup animation (diff) | |
| download | misskey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.gz misskey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.bz2 misskey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.zip | |
Reversi (#6765)
* wip
* wip
* wip
* wip
* Update game.setting.vue
* wip
* wip
* Update game.setting.vue
* wip
* Update game.board.vue
* wip
* Update sidebar.ts
Diffstat (limited to 'src/client/components/user-info.vue')
| -rw-r--r-- | src/client/components/user-info.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/user-info.vue b/src/client/components/user-info.vue index 09736b1a2c..205a991e63 100644 --- a/src/client/components/user-info.vue +++ b/src/client/components/user-info.vue @@ -96,7 +96,7 @@ export default defineComponent({ margin: 0; line-height: 16px; font-size: 0.8em; - color: var(--text); + color: var(--fg); opacity: 0.7; } } @@ -125,7 +125,7 @@ export default defineComponent({ > p { margin: 0; font-size: 0.7em; - color: var(--text); + color: var(--fg); } > span { |