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
This commit is contained in:
parent
6f34c74027
commit
6258ce75b7
18 changed files with 1286 additions and 66 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue