Skip to content

Commit

Permalink
apply feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 5, 2024
1 parent 3147a49 commit 88a7d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ widget-markdown.widget-markdown is to increase specificity. Refer to: https://ww
border-left-width: 1px;
background-color: rgba(0, 0, 0, 0.1);
border-bottom-width: 1px;
border-color: rgba(0, 0, 0, 0.15);
border-color: var(--sb-on-bg-4);
border-top-width: 1px;
padding: 4px 10.5px; /* 0.25rem 0.75rem */
}
Expand Down Expand Up @@ -250,7 +250,7 @@ widget-markdown.widget-markdown is to increase specificity. Refer to: https://ww
.widget-markdown td {
border-left-width: 1px;
border-bottom-width: 1px;
border-color: rgba(0, 0, 0, 0.15);
border-color: var(--sb-on-bg-4);
padding: 4px 10.5px; /* 0.25rem 0.75rem */
text-align: left;
}
Expand Down

0 comments on commit 88a7d10

Please sign in to comment.