nx/nx-dev/tutorial/theme.css
Isaac Mann 07474a4092
Revert "docs(core): publish tutorial kit tutorials (#30973)" (#31179)
This reverts commit 2cb0fa2b55e6a00f35928435332941b4742bf5e3.

Removes the tutorialkit tutorials.
2025-05-12 15:23:41 -04:00

16 lines
326 B
CSS

:root[data-theme='dark'] {
--tk-background-primary: rgb(15 23 42);
--tk-background-secondary: #181f2e;
--tk-border-primary: #2d394a;
}
:root[data-theme='light'] {
--tk-background-secondary: rgb(248 250 252);
--tk-border-primary: #dee5ed;
}
.markdown-content {
width: 100%;
max-width: 56rem;
margin: 0 auto;
}