- Issue created by @shweta__sharma
Tanushree Gupta โ made their first commit to this issueโs fork.
- Status changed to Needs review
10 months ago 7:47am 29 January 2024 - ๐ฎ๐ณIndia Arun Velusamy
@Tanushree Gupta, I've examined your patch, and I've noticed that the black color (#000) used for the breadcrumb text and link doesn't stand out well against the theme's background color. Therefore, I recommend using white color (#fff) with an underline effect when hovering over a link. Please consider implementing the following code:
.breadcrumb, .breadcrumb a { color: #ffffff; } .breadcrumb a:hover, .breadcrumb a:focus { text-decoration: underline; }
I have added the before & after screnshots for reference. Please review
- Status changed to RTBC
8 months ago 9:28am 3 April 2024 - Status changed to Closed: works as designed
about 2 months ago 4:46pm 19 September 2024