Skip to content

Commit

Permalink
Add formatting to make all code block boxes gray. (#3723)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Welsch <[email protected]>
  • Loading branch information
dwelsch-esi authored Jan 10, 2025
1 parent 0fd2037 commit 6f81d77
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Docs/_static/aimet-furo.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

/*
* AIMET color palette
*/
:root {
--aimet-blue: #3253dc;
--aimet-dark-blue: #0000ff;
--aimet-white: #ffffff;
--aimet-border-grey: #e0e0e0;
--aimet-menu-hover: #e3efff;
--aimet-menu-font-active: #0058ff;
--aimet-code-grey: #fafafa;
--aimet-light-blue: #e7f2fa;
}

aside.toc-drawer ul ul ul ul {
display: none;
}
Expand Down Expand Up @@ -35,6 +48,10 @@
max-height: 25em;
}

*.highlight pre, pre.literal-block {
background-color: var(--aimet-code-grey);
}

/*
* Glossary formatting
*/
Expand Down

0 comments on commit 6f81d77

Please sign in to comment.