Skip to content

Commit

Permalink
improv: embed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 1, 2024
1 parent ac405c7 commit 222f9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions source/02 variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,12 @@ body {

/* Embeds */
--embed-background: var(--bg2);
--embed-border: var(--basic-border);
--embed-border: 4px double var(--basic-border-color);
--embed-border-start: var(--embed-border);
--embed-border-end: var(--embed-border);
--embed-border-top: var(--embed-border);
--embed-border-bottom: var(--embed-border);
--embed-padding: 4px 8px;
--embed-max-height: 4000px;
}

.theme-dark {
Expand Down
1 change: 1 addition & 0 deletions source/03 images tables embeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ body:not(.no-image-alttext-caption) .image-embed::after {
font-family: var(--font-heading-theme);
font-size: var(--h5-size);
letter-spacing: var(--heading-letter-spacing);
padding-bottom: 0;
}

.markdown-embed {
Expand Down

0 comments on commit 222f9ad

Please sign in to comment.