202403211825

This commit is contained in:
nelle 2024-03-21 18:25:56 -06:00
parent 93f89a8198
commit 2f0ff0f30c
2 changed files with 1341 additions and 1350 deletions

2619
dist/dl/microbin.css vendored

File diff suppressed because it is too large Load diff

View file

@ -934,9 +934,9 @@
}
code {
background: #efefef;
background: #7f849c;
background: var(--background);
color: #000;
color: #7f849c;
color: var(--code);
padding: 2.5px 5px;
border-radius: 6px;
@ -947,7 +947,7 @@
code {
color: #ffbe85;
color: var(--code);
background: #161f27;
background: #7f849c;
background: var(--background)
}
}