Update to v16

This commit is contained in:
Çetin
2023-07-28 14:42:29 +03:00
parent 5a0ec36eef
commit 192d114228
45 changed files with 3550 additions and 540 deletions

View File

@@ -0,0 +1,14 @@
pre.app-code {
background-color: var(--surface-ground);
margin: 0 0 1rem 0;
padding: 0;
border-radius: var(--border-radius);
overflow: auto;
}
pre.app-code code {
color: var(--surface-900);
padding: 1rem;
line-height: 1.5;
display: block;
font-family: monaco, Consolas, monospace;
}