Template:JakeTesting.css: Difference between revisions

No edit summary
No edit summary
Line 52: Line 52:
   font-size: .95rem;
   font-size: .95rem;
   font-weight: 500;
   font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
}
.crw-links-wp a:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #111827;
}
.crw-links-wp a {
  display: inline-block;
  padding: .5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #f9fafb;
  color: #1f2937;
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
   text-decoration: none;
   text-decoration: none;
   transition: all .2s ease;
   transition: all .2s ease;