working on fixing/reimplementing save command now that the mutations logic is more complete
This commit is contained in:
parent
6ed9c74862
commit
992bb77d2f
12 changed files with 239 additions and 58 deletions
|
@ -78,4 +78,12 @@ h1 {
|
|||
|
||||
p {
|
||||
line-height: 1.35;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
padding-inline: var(--padding-s);
|
||||
background-color: var(--surface-3);
|
||||
border: 1px solid var(--surface-5);
|
||||
border-radius: var(--radii-m);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue