(demo) update demo app

Update the demo app to make it work with new tokens.
This commit is contained in:
Nathan Panchout
2025-09-17 16:48:37 +02:00
committed by NathanVss
parent 47e3e28090
commit f93a83655c
19 changed files with 2936 additions and 109 deletions

View File

@@ -14,12 +14,10 @@
}
.cunningham-theme--dark {
.docblock-source {
background-color: var(--c--globals--colors--gray-100);
}
.prismjs {
background-color: var(--c--globals--colors--gray-100) !important;
background-color: var(--c--globals--colors--gray-800) !important;
}
}
</style>