ntphuc149 commited on
Commit
eb617ed
·
verified ·
1 Parent(s): baefd86

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +17 -0
style.css CHANGED
@@ -279,6 +279,23 @@ textarea::placeholder {
279
  padding: 3px 8px;
280
  border-radius: 999px;
281
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  .ref-pill button {
283
  background: none;
284
  border: none;
 
279
  padding: 3px 8px;
280
  border-radius: 999px;
281
  }
282
+ .ref-pill-text {
283
+ cursor: pointer;
284
+ }
285
+ .ref-pill-text:hover {
286
+ text-decoration: underline;
287
+ text-underline-offset: 2px;
288
+ }
289
+ .ref-pill-edit {
290
+ background: #0f1117;
291
+ border: 1px solid #3b82f6;
292
+ border-radius: 3px;
293
+ color: #e2e8f0;
294
+ font-size: 11px;
295
+ padding: 1px 5px;
296
+ outline: none;
297
+ min-width: 120px;
298
+ }
299
  .ref-pill button {
300
  background: none;
301
  border: none;