1212 -webkit-font-smoothing : antialiased;
1313 -moz-osx-font-smoothing : grayscale;
1414 -webkit-text-size-adjust : 100% ;
15+ /* no-select */
16+ user-select : none;
17+ -webkit-user-select : none;
1518}
1619
1720.container {
@@ -74,6 +77,7 @@ button {
7477button : hover {
7578 border-color : # 396cd8 ;
7679}
80+
7781button : active {
7882 border-color : # 396cd8 ;
7983 background-color : # e8e8e8 ;
@@ -103,6 +107,7 @@ button {
103107 color : # ffffff ;
104108 background-color : # 0f0f0f98 ;
105109 }
110+
106111 button : active {
107112 background-color : # 0f0f0f69 ;
108113 }
@@ -112,6 +117,7 @@ button {
112117 0% {
113118 transform : rotate (0deg );
114119 }
120+
115121 100% {
116122 transform : rotate (360deg );
117123 }
@@ -129,10 +135,9 @@ button {
129135 flex-direction : column;
130136 justify-content : center;
131137 align-items : start;
132-
133- background-color : # 184fb5 ;
138+ background-color : # 494d55 ;
134139 border-width : 0.25rem ;
135-
140+
136141 padding : 0.5rem ;
137142 box-shadow : 0 0 0.1rem 0.05rem # 2f2f2f ;
138143}
@@ -153,7 +158,7 @@ button {
153158 width : fit-content;
154159 height : fit-content;
155160 overflow : hidden;
156- background-color : # 1b51b6 ;
161+ background-color : # 494d55 ;
157162 margin : 0.25rem ;
158163}
159164
@@ -176,7 +181,7 @@ button {
176181 justify-content : center;
177182 align-items : start;
178183
179- background-color : # 184fb5 ;
184+ background-color : # 494d55 ;
180185 border-width : 0.25rem ;
181186 border-radius : 0.25rem ;
182187 padding : 0.5rem ;
@@ -192,13 +197,15 @@ button {
192197 width : 15px ;
193198 height : 15px ;
194199 border-radius : 50% ;
200+ border : 2px solid # 000000 ;
195201 background-color : # fa0303 ;
196202 margin : 0.25rem ;
197203 display : inline-block;
198204}
199205
200206.coil-state {
201207 display : flex;
208+ align-items : center;
202209}
203210
204211.coil_active {
0 commit comments