feat: init board game game

This commit is contained in:
Julien Calixte
2025-08-05 22:41:53 +02:00
parent 859d6dfe88
commit e0947ab96d
8 changed files with 131 additions and 54 deletions

18
5s.css
View File

@@ -1,7 +1,3 @@
:root {
--color: black;
}
*:not(td):not(th) {
border-radius: 0.5rem;
}
@@ -25,17 +21,3 @@ main {
margin: 1rem 1rem 0;
color: var(--color);
}
.meaning {
color: #9f9a9a;
font-weight: 100;
font-size: 1rem;
}
.meaning::before {
content: '(';
}
.meaning::after {
content: ')';
}