1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-30 02:39:41 +02:00
portainer/app/react/components/PageHeader/Breadcrumbs/Breadcrumbs.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
181 B
CSS
Raw Normal View History

.breadcrumb-links {
font-size: 10px;
}
.breadcrumb-links a {
color: var(--ui-blue-8);
}
.breadcrumb-links a:hover {
text-decoration: underline;
color: var(--ui-blue-9);
}