Style fixes

This commit is contained in:
2023-06-19 00:41:57 +03:00
parent 9adcd2ab62
commit e88bdf2b92
11 changed files with 196 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div class="end">
<button
@click="endGame"
class="endButton"
@click="endGame"
>
Закончить игру
</button>
@@ -32,6 +32,7 @@ function endGame() {
background: none;
border: none;
font: inherit;
color: var(--clr-text);
padding: 8px 12px;
border-bottom: 1px dotted var(--clr-text);