Spaces:
Running
Running
Update settings.html
Browse files- settings.html +9 -12
settings.html
CHANGED
@@ -36,18 +36,15 @@
|
|
36 |
border: 1px solid #ccc;
|
37 |
border-radius: 4px;
|
38 |
}
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
border-radius: 5px;
|
49 |
-
transition: background-color 0.3s ease;
|
50 |
-
}
|
51 |
button:hover {
|
52 |
background-color: #388E3C;
|
53 |
}
|
|
|
36 |
border: 1px solid #ccc;
|
37 |
border-radius: 4px;
|
38 |
}
|
39 |
+
button {
|
40 |
+
background-color: green;
|
41 |
+
color: white;
|
42 |
+
padding: 10px 20px;
|
43 |
+
border: none;
|
44 |
+
border-radius: 4px;
|
45 |
+
cursor: pointer;
|
46 |
+
margin-top: 20px;
|
47 |
+
}
|
|
|
|
|
|
|
48 |
button:hover {
|
49 |
background-color: #388E3C;
|
50 |
}
|