Update style.css
Browse files
style.css
CHANGED
@@ -224,7 +224,13 @@ article > .sticky-content {
|
|
224 |
border: none;
|
225 |
cursor: pointer;
|
226 |
}
|
|
|
227 |
.text-area {
|
228 |
cursor: pointer;
|
229 |
color: #007BFF;
|
|
|
|
|
|
|
|
|
|
|
230 |
}
|
|
|
224 |
border: none;
|
225 |
cursor: pointer;
|
226 |
}
|
227 |
+
|
228 |
.text-area {
|
229 |
cursor: pointer;
|
230 |
color: #007BFF;
|
231 |
+
}
|
232 |
+
|
233 |
+
.sticky-content a {
|
234 |
+
color: inherit !important;
|
235 |
+
text-decoration: none !important;
|
236 |
}
|