feat: init board game game
This commit is contained in:
18
5s.css
18
5s.css
@@ -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: ')';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user