Corran commited on
Commit
505e700
1 Parent(s): a47914c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
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
  }