Skip to content

Commit

Permalink
style: css
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Dec 18, 2023
1 parent 5885ffa commit 67b2937
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flexmeasures/ui/static/css/flexmeasures.css
Original file line number Diff line number Diff line change
Expand Up @@ -1847,4 +1847,20 @@ div.heading-group {
.ellipsify {
overflow: visible !important;
white-space: normal !important;
}

/* Breadcrumb */
.breadcrumb {
margin: 0px;
background: var(--light-gray);
}
.breadcrumb a {
color: var(--primary-color);
}
.breadcrumb a:hover {
color: var(--primary-hover-color);
}
.breadcrumb-item + .breadcrumb-item::before {
content: " > ";
color: var(--primary-color);
}

0 comments on commit 67b2937

Please sign in to comment.