0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-06-27 01:31:45 +02:00
gitea/web_src/css/modules/breadcrumb.css
wxiaoguang 4fc626daa1
Refactor editor (#34780)
A complete rewrite
2025-06-21 19:20:51 +08:00

11 lines
168 B
CSS

.breadcrumb {
display: flex;
align-items: center;
gap: 3px;
overflow-wrap: anywhere;
}
.breadcrumb .breadcrumb-divider {
color: var(--color-text-light-2);
}