Skip to content

Commit

Permalink
fix: text in zoomed out canvas being blurry (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jan 8, 2025
1 parent dc9db7b commit 8179902
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/3-markup/images_tables_embeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ body:not(.no-image-alttext-caption) .image-embed::after {
/* ───────────────────────────────────────────────── */
/** Embeds
──────────────────────────────────────────────────── */
/* INFO do not set border-radius for embeds, since it results in blurry font,
* see #324 */

.markdown-embed .embed-title {
font-family: var(--font-heading-theme);
Expand All @@ -127,10 +129,6 @@ body:not(.no-image-alttext-caption) .image-embed::after {
padding-bottom: 0;
}

.markdown-embed {
border-radius: var(--radius-s);
}

/* fix placement of link icon */
body:not(.no-heading-background) .markdown-embed[data-type="heading"] .markdown-embed-link {
top: 9px;
Expand Down

0 comments on commit 8179902

Please sign in to comment.