Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -49,4 +49,10 @@ button {
|
|
49 |
border-radius: 8px;
|
50 |
width: 150px;
|
51 |
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
|
|
49 |
border-radius: 8px;
|
50 |
width: 150px;
|
51 |
text-align: center;
|
52 |
+
opacity: 0.8;
|
53 |
+
transition: 0.3sec;
|
54 |
+
}
|
55 |
+
|
56 |
+
button:hover {
|
57 |
+
opacity: 1;
|
58 |
}
|