Update style.css
Browse files
style.css
CHANGED
|
@@ -10,6 +10,10 @@ a {
|
|
| 10 |
color: inherit;
|
| 11 |
}
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
div#record_btn .mic-wrap > button {
|
| 14 |
width: 100%;
|
| 15 |
margin-top: 6px;
|
|
@@ -60,7 +64,7 @@ button#clean-btn:hover {
|
|
| 60 |
font-size: .8rem;
|
| 61 |
display: inline-block;
|
| 62 |
padding: 0 10px;
|
| 63 |
-
transform: translateY(
|
| 64 |
background: white;
|
| 65 |
}
|
| 66 |
|
|
|
|
| 10 |
color: inherit;
|
| 11 |
}
|
| 12 |
|
| 13 |
+
a .dark {
|
| 14 |
+
color: white;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
div#record_btn .mic-wrap > button {
|
| 18 |
width: 100%;
|
| 19 |
margin-top: 6px;
|
|
|
|
| 64 |
font-size: .8rem;
|
| 65 |
display: inline-block;
|
| 66 |
padding: 0 10px;
|
| 67 |
+
transform: translateY(20px);
|
| 68 |
background: white;
|
| 69 |
}
|
| 70 |
|