diff --git a/frontend/src/styles/globals.css b/frontend/src/styles/globals.css index 693da7ce6..de4adfff4 100644 --- a/frontend/src/styles/globals.css +++ b/frontend/src/styles/globals.css @@ -49,6 +49,14 @@ @apply bg-mineshaft-800; } + .breadcrumb:hover::before { + @apply bg-mineshaft-600; + } + + .breadcrumb:hover::after { + @apply bg-mineshaft-600; + } + .breadcrumb::after { left: 5px; bottom: -3px; diff --git a/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx b/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx index c95a795db..0ac6a5651 100644 --- a/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx +++ b/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx @@ -170,10 +170,10 @@ export const DashboardEnvOverview = () => {
-