Skip to content

Commit

Permalink
Node usage styles (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo authored Jul 9, 2024
1 parent 87866b6 commit 4fbbcf8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,19 @@ div.ddoc {
padding-left: 0.5rem !important;
}
}

.ddoc .usageContent {
@apply bg-primary/5 border-primary/25 pt-3.5 pb-4 !important;
}

.ddoc .usageContent > h3 {
@apply font-semibold ml-1.5 mb-1.5 !important;
}

.ddoc .usageContent > .markdown {
@apply max-w-full !important;
}

.ddoc .context_button:hover {
@apply bg-gray-000/25 !important;
}

0 comments on commit 4fbbcf8

Please sign in to comment.