jpeper commited on
Commit
10032cf
·
verified ·
1 Parent(s): 0845811

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. css/main.css +3 -6
css/main.css CHANGED
@@ -62,18 +62,20 @@ body {
62
  gap: 8px;
63
  }
64
 
65
- .nav-links a.nav-badge {
66
  display: inline-flex;
67
  align-items: center;
68
  gap: 5px;
69
  color: #444;
70
  text-decoration: none;
 
71
  font-size: 0.82rem;
72
  font-weight: 500;
73
  padding: 5px 12px;
74
  border-radius: 6px;
75
  border: 1px solid #ddd;
76
  background: #f8f9fa;
 
77
  transition: background 0.15s, border-color 0.15s;
78
  }
79
 
@@ -244,11 +246,6 @@ main { padding: 24px 32px; }
244
  }
245
 
246
  /* ---- BibTeX button & modal ---- */
247
- .bibtex-btn {
248
- cursor: pointer;
249
- font-family: inherit;
250
- }
251
-
252
  .bibtex-modal {
253
  display: none;
254
  position: fixed;
 
62
  gap: 8px;
63
  }
64
 
65
+ .nav-badge {
66
  display: inline-flex;
67
  align-items: center;
68
  gap: 5px;
69
  color: #444;
70
  text-decoration: none;
71
+ font-family: inherit;
72
  font-size: 0.82rem;
73
  font-weight: 500;
74
  padding: 5px 12px;
75
  border-radius: 6px;
76
  border: 1px solid #ddd;
77
  background: #f8f9fa;
78
+ cursor: pointer;
79
  transition: background 0.15s, border-color 0.15s;
80
  }
81
 
 
246
  }
247
 
248
  /* ---- BibTeX button & modal ---- */
 
 
 
 
 
249
  .bibtex-modal {
250
  display: none;
251
  position: fixed;