Skip to content

Commit

Permalink
Joco/docs design updates (denoland#500)
Browse files Browse the repository at this point in the history
Co-authored-by: John Donmoyer <[email protected]>
  • Loading branch information
josh-collinsworth and donjo authored Jun 24, 2024
1 parent ec7ff38 commit c865264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,12 @@ html[data-theme="dark"] .navbar {
box-shadow: var(--ifm-navbar-shadow-dark);
}

html[data-theme="dark"]
.codeBlockTitle_node_modules-\@docusaurus-theme-classic-lib-theme-CodeBlock-Content-styles-module {
html[data-theme="dark"] [class^="codeBlockTitle"] {
--ifm-code-background: var(--gray-4);
border-bottom: 1px solid var(--offblack);
font-weight: var(--ifm-font-weight-bold);
font-size: 1rem;
background-color: var(--gray-4);
}
html[data-theme="dark"]
.codeBlockLines_node_modules-\@docusaurus-theme-classic-lib-theme-CodeBlock-Content-styles-module {
html[data-theme="dark"] [class^="codeBlockContent"] code {
background-color: var(--gray-4);
border-top-left-radius: 0;
border-top-right-radius: 0;
Expand Down
1 change: 0 additions & 1 deletion src/theme/DocBreadcrumbs/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* This file is required by the theme */
.breadcrumbsContainer {
--ifm-breadcrumb-size-multiplier: 0.8;
margin-bottom: 0.8rem;
}

0 comments on commit c865264

Please sign in to comment.