Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 11, 2024
1 parent ad9576f commit f8dda4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ widget-markdown.widget-markdown is to increase specificity. Refer to: https://ww
border-bottom-left-radius: 6px; /* 0.375rem */
}

.widget-markdown tbody tr:last-child td:last-child {
border-bottom-right-radius: 6px; /* 0.375rem */
}

.widget-markdown a {
color: var(--sb-on-bg-1);
font-weight: 700;
Expand Down

0 comments on commit f8dda4f

Please sign in to comment.