Template:Breadcrumbs/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.breadcrumbs {
.breadcrumbs {
   font-size: 90%;
   font-size: 13px;
  color: #555;
  margin: 0 0 1em 0;
}
}
.breadcrumbs a {
.breadcrumbs a {
   text-decoration: none;
   text-decoration: none;
  color: #0366d6; /* Link color */
}
}
.breadcrumbs a:hover {
.breadcrumbs a:hover {
   text-decoration: underline;
   text-decoration: underline;
}
}

Latest revision as of 04:41, 14 January 2025

.breadcrumbs {
  font-size: 13px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}