File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 31
31
preserveAspectRatio ="xMidYMid meet "
32
32
id ="board "
33
33
viewBox ="0 0 800 800 "
34
- style ="background-color: #3a7f46; border: 1vw brown solid; "
35
34
>
36
35
< g id ="evals "> </ g >
37
36
< g id ="circles "> </ g >
56
55
< div class ="max-w-sm text-left p-1.5 w-full mt-3 ">
57
56
< div class ="flex justify-between items-center ">
58
57
< div class ="flex items-center text-black text-2xl ">
59
- < div style =" width: 1em; height: 1em; border-radius: 0.5em; background: black "> </ div >
58
+ < div class =" circle- black "> </ div >
60
59
< div class ="px-2 " id ="score-black "> 0</ div >
61
- < div style =" width: 1em; height: 1em; border-radius: 0.5em; background: white "> </ div >
60
+ < div class =" circle- white "> </ div >
62
61
< div class ="px-2 text-white " id ="score-white "> 0</ div >
63
62
</ div >
64
63
Original file line number Diff line number Diff line change @@ -17,3 +17,22 @@ svg text {
17
17
svg text ::selection {
18
18
background : none;
19
19
}
20
+
21
+ # board {
22
+ background-color : # 3a7f46 ;
23
+ border : 1vw brown solid;
24
+ }
25
+
26
+ .circle-black , .circle-white {
27
+ width : 1em ;
28
+ height : 1em ;
29
+ border-radius : 0.5em ;
30
+ }
31
+
32
+ .circle-black {
33
+ background : black
34
+ }
35
+
36
+ .circle-white {
37
+ background : white
38
+ }
You can’t perform that action at this time.
0 commit comments