docs: add syntax highlighting for component API

This commit is contained in:
Eric Liu 2024-11-23 15:02:02 -08:00
commit dee74d3470
4 changed files with 154 additions and 20 deletions

View file

@ -45,6 +45,7 @@ html[theme="g90"] .code-override {
color: #6ea6ff;
}
.token.builtin,
.token.attr-name {
color: #3ddbd9; /* teal 30 */
}