File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 background-color : transparent;
2323 }
2424 & : hover ::-webkit-scrollbar-thumb {
25- background-color : var (--color-gray-light );
25+ background-color : var (--color-gray-300 );
2626 }
2727 & ::-webkit-scrollbar {
2828 width : calc (var (--spacing ) * 2 );
Original file line number Diff line number Diff line change 4747 class =" hidden"
4848 aria-hidden =" true"
4949 data-should-expand =" @((containsCurrent).ToLowerString())"
50- @(shouldInitiallyExpand ? " checked" : string.Empty) >
50+ @(shouldInitiallyExpand ? " checked" : string.Empty)
51+ >
5152 <a
5253 href =" @g.Index?.Url"
5354 class =" block my-1 text-sm leading-[1.2em] tracking-[-0.02em] hover:text-black @(g.Depth == 1 ? " uppercase tracking-[0.05em] text-ink-light font-semibold " : string.Empty) @(containsCurrent ? " font-semibold " : string.Empty) @(isCurrent ? " current text-blue-elastic! " : string.Empty)" >
You can’t perform that action at this time.
0 commit comments