From 6258ce75b7ae97584100ecccdf0a7cd0225da7b2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 27 Oct 2020 18:11:41 +0900 Subject: 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 --- src/client/components/user-info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/components/user-info.vue') 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 { -- cgit v1.2.3-freya