Skip to content

Commit

Permalink
remove theme colours
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Dec 5, 2024
1 parent cefd7ae commit 3fd4313
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions documentation/docs/pages/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
body {
/* body {
--colorPrimary: #fc8469;
/* --textPrimary: #121726; */
--textPrimary: #121726;
}
div.nextra-code-block > div {
background: var(--colorPrimary) !important;
}
} */

footer {
text-align: center;
Expand Down Expand Up @@ -138,7 +138,6 @@ a.MuiLink-root {
color: var(--colorPrimary) !important;
}


.MuiPaper-root.MuiAccordion-root {
border-radius: 8px;
}

0 comments on commit 3fd4313

Please sign in to comment.