Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Jun 14, 2024
1 parent c8f4f82 commit 0dcaec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,6 @@ blockquote::before {
border-radius: 5px;
}

blockquote code {
color: var(--code-inner-color);
}

blockquote p {
margin: 0;
}
Expand Down Expand Up @@ -1367,13 +1363,13 @@ article h6 {

code {
font-variant: no-common-ligatures no-discretionary-ligatures no-historical-ligatures no-contextual;
vertical-align: baseline;
border: none !important;
}

.anchor code {
font-size: inherit;
display: inline-block;
vertical-align: baseline;
}

.videoWrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/css/theming.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--ifm-color-primary-lightest: #3cad6e;
--ifm-code-font-size: 14px;
--ifm-code-background: #edf2f7;
--ifm-code-padding-horizontal: 0.2rem;
--ifm-code-padding-horizontal: 0.3rem;
--ifm-font-family-monospace: "JetBrainsMono";
--ifm-menu-link-sublist-icon: url("/icons/triangle-right.svg");
--ifm-breadcrumb-separator: url("/icons/breadcrumb.svg");
Expand Down

0 comments on commit 0dcaec4

Please sign in to comment.