Template:Breadcrumbs/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.breadcrumbs {
.breadcrumbs {
   font-size: 13px;
   font-size: 90%;
  color: #555;
  margin: 0 0 1em 0;
}
.breadcrumbs a {
  text-decoration: none;
  color: #0366d6; /* Link color */
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
}

Revision as of 04:31, 14 January 2025

.breadcrumbs {
  font-size: 90%;
  color: #555;
  margin: 0 0 1em 0;
}
.breadcrumbs a {
  text-decoration: none;
  color: #0366d6; /* Link color */
}
.breadcrumbs a:hover {
  text-decoration: underline;
}