Update style.css
Browse files
style.css
CHANGED
@@ -8,14 +8,14 @@ div#col-container-2 {
|
|
8 |
margin-top: -16px;
|
9 |
}
|
10 |
|
11 |
-
a {
|
12 |
text-decoration-line: underline;
|
13 |
font-weight: 600;
|
14 |
-
color:
|
15 |
}
|
16 |
|
17 |
-
.dark a {
|
18 |
-
color:
|
19 |
}
|
20 |
|
21 |
div#record_btn .mic-wrap > button {
|
@@ -93,7 +93,7 @@ button#clean-btn:hover {
|
|
93 |
}
|
94 |
|
95 |
.footer>p {
|
96 |
-
font-size: .8rem;
|
97 |
display: inline-block;
|
98 |
padding: 0 10px;
|
99 |
transform: translateY(25px);
|
|
|
8 |
margin-top: -16px;
|
9 |
}
|
10 |
|
11 |
+
a, a:hover, a:visited {
|
12 |
text-decoration-line: underline;
|
13 |
font-weight: 600;
|
14 |
+
color: #1f2937 !important;
|
15 |
}
|
16 |
|
17 |
+
.dark a, .dark a:hover, .dark a:visited {
|
18 |
+
color: #f3f4f6 !important;
|
19 |
}
|
20 |
|
21 |
div#record_btn .mic-wrap > button {
|
|
|
93 |
}
|
94 |
|
95 |
.footer>p {
|
96 |
+
font-size: .8rem!important;
|
97 |
display: inline-block;
|
98 |
padding: 0 10px;
|
99 |
transform: translateY(25px);
|