Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@
);
}


th {
@apply bg-fd-secondary;
}
Expand Down Expand Up @@ -296,7 +295,6 @@ th {
color: var(--color-fd-foreground);
}


[data-card2="true"] {
@apply border-0;
background: transparent
Expand Down Expand Up @@ -326,8 +324,6 @@ th {
0 8px 20px rgba(100, 100, 255, 0.3);
}



[data-card3="true"] {
@apply border-0;
background: transparent
Expand Down Expand Up @@ -357,8 +353,6 @@ th {
0 8px 20px rgba(0, 150, 100, 0.3);
}



#nd-docs-layout {
background-color: var(--color-fd-sidebar);
}
Expand Down Expand Up @@ -397,6 +391,10 @@ th {
background-color: var(--sidebar-background);
}

#nd-toc > div {
padding-left: calc(var(--spacing) * 4);
}

button[data-search-full] {
@apply min-w-[250px];
}
Expand Down