Skip to content

Commit

Permalink
CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDepth committed Mar 31, 2023
1 parent 0d12c79 commit 256f4a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,15 @@ pre[class*='language-'] {
@apply my-0.5; /* OVERRIDES */
}

.nobelium-block .nobelium-block {
@apply mt-1 mb-0;
}

/* Toggle block */

.nobelium-toggle {
@apply w-full;

@apply py-0; /* OVERRIDES */
}

.nobelium-toggle ::marker {
Expand Down Expand Up @@ -241,3 +245,7 @@ pre[class*='language-'] {
.nobelium-toggle-content > * {
@apply my-0.5; /* OVERRIDES */
}

.nobelium-toggle-content > :last-child {
@apply mb-0;
}

0 comments on commit 256f4a3

Please sign in to comment.