mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
12 lines
181 B
CSS
12 lines
181 B
CSS
.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);
|
|
}
|