Skip to content

Commit

Permalink
fix highlight styles
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 16, 2024
1 parent 41a4799 commit cc544c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/docs-next/src/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ html {
font-family: var(--ifm-font-family-base);
background: var(--theme-color-background-default);
}
.container {
max-width: 1600px;
}
/* Main content */
.theme-doc-markdown {
max-width: 900px;
max-width: 1900px;
margin: 0 auto;
margin-top: 1rem;
padding-left: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-next/src/styles/theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
--ifm-menu-color-active: var(--dagster-blue-700);

// docusaurus
--docusaurus-highlighted-code-line-bg: var(--theme-background-light);
--docusaurus-highlighted-code-line-bg: var(--theme-color-background-blue);

// infima shadow levels
// generated from https://www.joshwcomeau.com/shadow-palette/
Expand Down

0 comments on commit cc544c7

Please sign in to comment.