BikoRiko commited on
Commit
5a7c6af
·
verified ·
1 Parent(s): 191bbfd

Upload style.css with huggingface_hub

Browse files
Files changed (1) hide show
  1. style.css +21 -0
style.css CHANGED
@@ -257,6 +257,10 @@ body {
257
  border-left-color: var(--warning);
258
  }
259
 
 
 
 
 
260
  .answer-section h4 {
261
  font-size: 0.75rem;
262
  text-transform: uppercase;
@@ -270,6 +274,21 @@ body {
270
  font-size: 0.9375rem;
271
  }
272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  .related-topics {
274
  margin-top: 0.75rem;
275
  }
@@ -294,6 +313,8 @@ body {
294
  color: var(--text-secondary);
295
  cursor: pointer;
296
  transition: all 0.2s;
 
 
297
  }
298
 
299
  .topic-tag:hover {
 
257
  border-left-color: var(--warning);
258
  }
259
 
260
+ .answer-section.related {
261
+ border-left-color: #3B82F6;
262
+ }
263
+
264
  .answer-section h4 {
265
  font-size: 0.75rem;
266
  text-transform: uppercase;
 
274
  font-size: 0.9375rem;
275
  }
276
 
277
+ .source-link {
278
+ font-size: 0.75rem;
279
+ color: var(--text-muted);
280
+ margin-top: 0.5rem;
281
+ }
282
+
283
+ .source-link a {
284
+ color: var(--primary);
285
+ text-decoration: none;
286
+ }
287
+
288
+ .source-link a:hover {
289
+ text-decoration: underline;
290
+ }
291
+
292
  .related-topics {
293
  margin-top: 0.75rem;
294
  }
 
313
  color: var(--text-secondary);
314
  cursor: pointer;
315
  transition: all 0.2s;
316
+ border: none;
317
+ font-family: inherit;
318
  }
319
 
320
  .topic-tag:hover {