fix(style): espresso style breadcrumb
This commit is contained in:
parent
56b0a43ba0
commit
3de2ec5bd0
2 changed files with 19 additions and 3 deletions
|
|
@ -6,12 +6,25 @@
|
|||
/*! This comment will be included even in compressed mode. */
|
||||
#navbar-breadcrumbs {
|
||||
a {
|
||||
margin-right: 10px;
|
||||
font-size: var(--text-lg);
|
||||
text-decoration: none;
|
||||
color: var(--ink-gray-5);
|
||||
font-weight: var(--weight-medium);
|
||||
letter-spacing: get_letterspacing("sm", "regular");
|
||||
&:hover {
|
||||
color: var(--ink-gray-7);
|
||||
}
|
||||
&:before {
|
||||
// content: #{"/*!rtl:var(--left-arrow-svg);*/"}var(--right-arrow-svg);
|
||||
content: "/";
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
color: var(--ink-gray-4);
|
||||
font-size: 14px;
|
||||
line-height: 1.15;
|
||||
letter-spacing: 0.02em;
|
||||
font-weight: 420;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -26,7 +39,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
li:last-child {
|
||||
li:last-child > a {
|
||||
font-weight: var(--weight-semibold);
|
||||
color: var(--ink-gray-9) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,8 +51,10 @@
|
|||
--text-light: var(--gray-600);
|
||||
--text-dark: var(--fg-color);
|
||||
|
||||
--ink-gray-4: #999999;
|
||||
--ink-gray-5: #7c7c7c;
|
||||
--ink-gray-7: #525252;
|
||||
--ink-gray-9: #171717;
|
||||
}
|
||||
|
||||
.text-ink-gray-7 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue