Template:Breadcrumbs/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 9: Line 9:
}
}
.breadcrumbs a:hover {
.breadcrumbs a:hover {
   text-decoration: underline;
   text-decoration: none;
   color: #E366d6; /* Link color */
   color: #EF0000; /* Link color */
}
}

Revision as of 04:33, 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: none;
  color: #EF0000; /* Link color */
}