Skip to content

Commit 51ddf6f

Browse files
committed
fix(whiteboard): quick links colors
1 parent 1be7501 commit 51ddf6f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/base.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,6 +1977,20 @@ html[data-color=none] .tl-container {
19771977
opacity: 1;
19781978
}
19791979

1980+
.whiteboard .tl-quick-links-container .tl-quick-links > .tl-quick-links-row {
1981+
& i {
1982+
color: var(--ls-secondary-text-color) !important;
1983+
font-weight: 500 !important;
1984+
}
1985+
& .block-link-reference-row > .breadcrumb > .ls-icon-chevron-right {
1986+
color: var(--ls-primary-text-color) !important;
1987+
}
1988+
& .block-link-reference-row > .breadcrumb > a > .inline-wrap {
1989+
color: var(--ls-primary-text-color) !important;
1990+
}
1991+
}
1992+
1993+
19801994
/* new page/whiteboard icon */
19811995
.whiteboard .tl-quick-search-options .tl-quick-search-option .tl-type-tag[data-active=true] {
19821996
background: none;

0 commit comments

Comments
 (0)