This commit is contained in:
methatronc 2022-11-01 17:45:09 +01:00 committed by GitHub
commit 48801e2ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,11 @@ nav > div {
.breadcrumbs {
border-color: var(--divider);
color: var(--textPrimary) !important;
position: -webkit-sticky !important;
position: sticky !important;
top: 64px;
z-index: 1000;
background: var(--background);
}
.breadcrumbs span {
color: var(--textPrimary) !important;
@ -208,4 +213,4 @@ table th {
.share__box__element {
border-top-color: var(--divider);
}
}