Update style.css
Browse files
style.css
CHANGED
@@ -4,7 +4,11 @@
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
|
7 |
-
a {
|
|
|
|
|
|
|
|
|
8 |
|
9 |
div#record_btn .mic-wrap > button {
|
10 |
width: 100%;
|
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
|
7 |
+
a {
|
8 |
+
text-decoration-line: underline;
|
9 |
+
font-weight: 600;
|
10 |
+
color: inherit;
|
11 |
+
}
|
12 |
|
13 |
div#record_btn .mic-wrap > button {
|
14 |
width: 100%;
|